Trying to work with individual prims for large rigid body sims has been unwieldy. Is it possible to do the same with point instance instead? How would I set that up?
Hi,
yes, that is possible. For example the KaplaArena General Sample does show the usecase. If you open Window->Physics->Demo Scenes, you should be able to load KaplaArena demo. There is Open Source button and there you can see how to setup a point instancer with physics.
In short, it should be enough to have RigidBodyAPI and CollisionAPI on the prim that you are instancing.
Regards,
Ales
Actually the KaplaArena does not show directly the python code and is quite complex. But there is a simple example for point instancer. The BoxOnPlaneInstanced snippet does exactly that and is very simple, please check that one instead.
Thanks!
Regards,
Ales
Exactly what I needed. Thanks! Here’s the fruit of our labor: MagicaVoxel Rigid Body Simulation in NVIDIA Omniverse - YouTube
That looks awesome!