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

Method addArticulation

physx/source/physx/src/NpFactory.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void NpFactory::addArticulation(PxArticulationBase* npArticulation, bool lock)
160{
161 addToTracking(mArticulationTracking, npArticulation, mTrackingMutex, lock);
162}
163
164namespace
165{

Callers

nothing calls this directly

Calls 1

addToTrackingFunction · 0.85

Tested by

no test coverage detected