About Store Forum Documentation Contact



Post Reply 
Physics mesh
Author Message
Abril Offline
Member

Post: #1
Physics mesh
When creating a physics mesh from a render mesh at runtime via

PhysPart& createMesh (MeshBase &mshb);

The created physics mesh appear to have some kind of mesh optimization applied to it. Some questions for Esental:

1) Is this done by EE or physx? (doesn"t look like this is part of physx or is it?)
2) If this done by EE, what are the values used for this optimization? And can it be used for the render mesh as well?

Basically there is a discrepancy between the render mesh and the physics mesh. Im not saying the optimization is bad, I'd just like to have exact physics representation between the two
12-16-2011 03:12 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Physics mesh
Hi,
this is done by Physx not EE
12-18-2011 05:41 PM
Find all posts by this user Quote this message in a reply
Post Reply