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

Function PxAddCollectionToPhysics

physx/source/physx/src/NpPhysics.cpp:742–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void PxAddCollectionToPhysics(const PxCollection& collection)
743{
744 NpFactory& factory = NpFactory::getInstance();
745 const Cm::Collection& c = static_cast<const Cm::Collection&>(collection);
746 factory.addCollection(c);
747}

Callers 1

Calls 1

addCollectionMethod · 0.45

Tested by

no test coverage detected