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

Method simulate

physx/samples/samplebase/SampleStepper.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71void MultiThreadStepper::simulate(physx::PxBaseTask* ownerTask)
72{
73 PxSceneWriteLock writeLock(*mScene);
74
75 mScene->simulate(mSubStepSize, ownerTask, mScratchBlock, mScratchBlockSize);
76}
77
78void MultiThreadStepper::renderDone()
79{

Callers 2

advanceMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected