MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / addRigidDynamic

Method addRigidDynamic

deps/physx/physx/source/physx/src/NpFactory.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void NpFactory::addRigidDynamic(PxRigidDynamic* npBody, bool lock)
138{
139 addToTracking(mActorTracking, npBody, mTrackingMutex, lock);
140}
141
142void NpFactory::addShape(PxShape* shape, bool lock)
143{

Callers

nothing calls this directly

Calls 1

addToTrackingFunction · 0.85

Tested by

no test coverage detected