//////////////////////////////////////////////////////////////////////////
| 488 | |
| 489 | /////////////////////////////////////////////////////////////////////////////// |
| 490 | PxTriangleMesh* NpPhysics::createTriangleMesh(PxInputStream& stream) |
| 491 | { |
| 492 | return NpFactory::getInstance().createTriangleMesh(stream); |
| 493 | } |
| 494 | |
| 495 | PxU32 NpPhysics::getNbTriangleMeshes() const |
| 496 | { |
no outgoing calls
no test coverage detected