swapnilJadhav Posted April 14, 2015 Share Posted April 14, 2015 hi guys,I've been working on a shot of my own where a aircraft crashes on the Ground ( reference - airplane crashing scene from KNOWING) . I am aware of the prefracturing process of vornoi and till now I usually worked on static objects so this one is already animated in maya. I got the plain obj seq in Houdini just figuring out how to shatter while the animation still goes on. Found a very less articles about it . Have a very faint idea that its something related to dynamic constraints! can anyone enlighten me about it or any tutorial link for it?Thanks already! Quote Link to comment Share on other sites More sharing options...
Rio.Dominia Posted April 16, 2015 Share Posted April 16, 2015 use the point deform or lattice deform SOP. cheers Quote Link to comment Share on other sites More sharing options...
jennehjenneh Posted April 17, 2015 Share Posted April 17, 2015 hi guys, I've been working on a shot of my own where a aircraft crashes on the Ground ( reference - airplane crashing scene from KNOWING) . I am aware of the prefracturing process of vornoi and till now I usually worked on static objects so this one is already animated in maya. I got the plain obj seq in Houdini just figuring out how to shatter while the animation still goes on. Found a very less articles about it . Have a very faint idea that its something related to dynamic constraints! can anyone enlighten me about it or any tutorial link for it? Thanks already! There is a really good fxphd tutorial about this called Dynamic Rigging by Jens Martensson Quote Link to comment Share on other sites More sharing options...
rtep Posted April 24, 2015 Share Posted April 24, 2015 Howdy, As long as the geometry point count is consistent and the geo isn't deforming you can create a restp attribute and a deformp attribute and then do all of your shattering at the restp and then move the shattered geo back to the deformp. Try this: hold the first frame of your obj and create an attribute, a vector usually called restp, of the first frame position ($TX, $TY, $TZ). attributecopy the restp back to the animating geo. Create another vector attribute on the animating geo called deformp. ($TX, $TY, $TZ) Use an attribute vop dive in and put down a bind, with restp as your vector attribute and plug that into the position output. Now do all of your wacky fracturing. Then put another attribute vop after that with vector deformp in the bind. The fractured geo will interpolate the deformp correctly for the new geo. Let me know if that helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.