MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / createTriangleMesh

Method createTriangleMesh

deps/physx/physx/source/physx/src/NpPhysics.cpp:490–493  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers 13

initSceneFunction · 0.45
createMeshGroundFunction · 0.45
createMeshGroundFunction · 0.45
createBV33TriangleMeshFunction · 0.45
createBV34TriangleMeshFunction · 0.45
generateTriMeshMethod · 0.45
newMeshMethod · 0.45
addMeshMethod · 0.45
createTriangleMesh32Method · 0.45
fileToObjectMethod · 0.45
buildObjectFromDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected