Ian Farnsworth
Solitude
About Me
EXPERTISE
VFX Artist
Houdini Skills
Availability
Not Specified
My Gallery
Recent Forum Posts
Emitting DOP objects May 11, 2018, 2:44 a.m.
http://www.tokeru.com/cgwiki/index.php?title=HoudiniDops#Emit_packed_prims_into_RBD_sim [www.tokeru.com] << For rigid bodies
http://www.tokeru.com/cgwiki/index.php?title=HoudiniDops#Grain_emitted_noodles [www.tokeru.com] << For noodles
For FEM / Cloth it might be a bit trickier, but I would probably just create all the copies before you sim and activate them over time.
http://www.tokeru.com/cgwiki/index.php?title=HoudiniDops#Grain_emitted_noodles [www.tokeru.com] << For noodles
For FEM / Cloth it might be a bit trickier, but I would probably just create all the copies before you sim and activate them over time.
Why my point warngle intersection doesn't works? Oct. 20, 2017, 3:26 a.m.
I think you need a direction vector, not a position…
i@hit = intersect(1, @P, DirPoint-@P, v@NewPointLoc, NewPointUV);
I may the direction backwards – try @P-DirPoint if that doesn't work.
i@hit = intersect(1, @P, DirPoint-@P, v@NewPointLoc, NewPointUV);
I may the direction backwards – try @P-DirPoint if that doesn't work.
Apply "Inside" material in a Boolean Shatter - fracture effect Aug. 18, 2017, 1:48 a.m.
Using attributes on the incoming geometry instead of relying on the groups works really well.