Hi

I have been evaluating 3DGS for developing a project that will use PhysX.

I want to be able to set the exact mass and moments of inertia (Ixx,Iyy and Izz) of each entity (NxActor).

I can check what the values are being use by PhysX by using PhysX Visual Debugger (PVD).

The function pXent_setmass(...) works and sets the mass to the correct value.

However, when I use pXent_setmasssoffset(...) to set Ixx,Iyy and Izz using my exact values, the values set in PhysX (examined using PVD) are differnt (ie have different numerical values).

How can I set the my exact values for Ixx,Iyy and Izz in PhysX?


Last edited by Taskmaster065; 12/10/14 03:09.