MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getTriangleMeshes

Method getTriangleMeshes

physx/source/physx/src/NpPhysics.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494PxU32 NpPhysics::getTriangleMeshes(PxTriangleMesh** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
495{
496 return NpFactory::getInstance().getTriangleMeshes(userBuffer, bufferSize, startIndex);
497}
498
499PxHeightField* NpPhysics::createHeightField(PxInputStream& stream)
500{

Callers 2

createCollectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected