loudsubs Posted October 9, 2016 Share Posted October 9, 2016 I'm trying to figure out the best way to transform packed RBD primitives. I'm doing this by modifying the packed primitive intrinsic 'transform'. The issue I'm wondering about, is that the collision hulls that bullet is creating (packed rbd object > bullet data > show guide geometry) change every frame, which seems weird. I want to create the collision hulls on the first frame, and then transform those shapes. I've tried 2 different ways in the attached file. One I set the 'initial object type' to 'create static objects', and then I transform them inside the sim using a Geo VOP DOP. The other way, I'm setting 'initial object type' to 'create animated static objects' and feeding in the transformed pieces straight into the sim. Both produce the same result, and the collision hull seems to get updated each frame. Is there a way to make sure the collision hulls not update each frame, but still give them rigid transforms? Thanks! xform_packedRBD.hipnc 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.