//////////////////////////////////////////////////////////////////////////
| 482 | |
| 483 | /////////////////////////////////////////////////////////////////////////////// |
| 484 | PxTriangleMesh* NpPhysics::createTriangleMesh(PxInputStream& stream) |
| 485 | { |
| 486 | return NpFactory::getInstance().createTriangleMesh(stream); |
| 487 | } |
| 488 | |
| 489 | PxU32 NpPhysics::getNbTriangleMeshes() const |
| 490 | { |
no outgoing calls
no test coverage detected