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

Method createBVHStructure

physx/source/geomutils/src/GuMeshFactory.cpp:649–652  ·  view source on GitHub ↗

data injected by cooking lib for runtime cooking

Source from the content-addressed store, hash-verified

647
648// data injected by cooking lib for runtime cooking
649PxBVHStructure* GuMeshFactory::createBVHStructure(void* data)
650{
651 return createBVHStructure(*reinterpret_cast<Gu::BVHStructureData*>(data));
652}
653
654PxBVHStructure* GuMeshFactory::createBVHStructure(Gu::BVHStructureData& data)
655{

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45
decRefCountMethod · 0.45

Tested by

no test coverage detected