Exploding Logo
I went to Houdini website and search on some tutorials. I found this exploding logo tutorial quite interesting and it's something to do with the procedural animation that I've gone through the previous days so I gave it a try.
This is the URL for the tutorial:
https://www.sidefx.com/index.php?option=com_content&task=view&id=2719&Itemid=261
I'm only at the beginning stage whereby I'm supposed to create the logo out and make it explode. This is my work in progress:
I'm making use of the RBD object to create the crack on the logo. I'm creating this effect whereby the logo will explode and fly towards one direction but must look random. So for the current stage, I used popforce and put inside multisolver together with the rigidbodysolver. For the expressions, I put this in:
if (@Frame > ch("start_frame")) {
force = {0,0,1};
} else {
force = {0,0,0};
}
I've also created a controller for start frame. This allows me to control how long I want the logo to stay before exploding into pieces. I'll continue doing it tomorrow.
No comments:
Post a Comment