petrikvladimir / pyphysx

Python Wrapper for Nvidia PhysX simulator.
GNU General Public License v3.0
102 stars 21 forks source link

Implement PhysX TriangleMeshes #75

Open PhilNad opened 12 months ago

PhilNad commented 12 months ago

Hi!

It seems that, currently, PyPhysX does not support the creation of Triangle Meshes that can be non-convex. I was wondering is there was any king of incompatibility issue that motivated this decision or if it was mainly due just by a lack of time from the authors?

In all cases, it would be useful to allow the creation of non-convex triangle meshes (and potentially height fields too).