Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
void NpFactory::onShapeRelease(PxShape* a)
154
{
155
Ps::Mutex::ScopedLock lock(mTrackingMutex);
156
mShapeTracking.erase(a);
157
}
158
159
void NpFactory::addArticulation(PxArticulationBase* npArticulation, bool lock)
160
{
Callers
1
onRefCountZero
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected