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

Method onShapeRelease

physx/source/physx/src/NpFactory.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void NpFactory::onShapeRelease(PxShape* a)
154{
155 Ps::Mutex::ScopedLock lock(mTrackingMutex);
156 mShapeTracking.erase(a);
157}
158
159void NpFactory::addArticulation(PxArticulationBase* npArticulation, bool lock)
160{

Callers 1

onRefCountZeroMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected