code-google-com / dynamica

Automatically exported from code.google.com/p/dynamica
0 stars 0 forks source link

Soft bodies cannot be transformed correctly #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After a soft body has been created, the parent transform of the soft body shape 
node can be modified, but the underlying soft body mesh does not change. Thus 
soft body's can't be transformed after creation at all.

Original issue reported on code.google.com by fjgoc...@googlemail.com on 29 Feb 2012 at 6:37

GoogleCodeExporter commented 9 years ago
Try a parent constraint instead of a parent transform. If I'm not mistaken it's 
the same for rigid bodies as well. My guess is the simulation doesn't respect 
the world matrix- only the rigid/softBody object's local transformation.

Original comment by r...@moggach.com on 25 Mar 2012 at 11:47