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

Method createConvexMesh

physx/source/geomutils/src/GuMeshFactory.cpp:505–508  ·  view source on GitHub ↗

data injected by cooking lib for runtime cooking

Source from the content-addressed store, hash-verified

503
504// data injected by cooking lib for runtime cooking
505PxConvexMesh* GuMeshFactory::createConvexMesh(void* data)
506{
507 return createConvexMesh(*reinterpret_cast<Gu::ConvexHullData*>(data));
508}
509
510PxConvexMesh* GuMeshFactory::createConvexMesh(Gu::ConvexHullData& data)
511{

Callers

nothing calls this directly

Calls 4

createConvexMeshFunction · 0.50
setMeshFactoryMethod · 0.45
loadMethod · 0.45
decRefCountMethod · 0.45

Tested by

no test coverage detected