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

Method internalWakeUp

physx/source/simulationcontroller/src/ScBodySim.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void BodySim::internalWakeUp(PxReal wakeCounterValue)
554{
555 if(mArticulation)
556 mArticulation->internalWakeUp(wakeCounterValue);
557 else
558 internalWakeUpBase(wakeCounterValue);
559}
560
561void BodySim::internalWakeUpArticulationLink(PxReal wakeCounterValue)
562{

Callers 5

processLostTouchPairsMethod · 0.45
cleanUpSleepBodiesMethod · 0.45
managerLostTouchMethod · 0.45
convertMethod · 0.45
lostTouchReportsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected