Home
last modified time | relevance | path

Searched refs:gDroppedSimulationSteps (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerExample.cpp2722 extern int gDroppedSimulationSteps;
2977 …sprintf(line1, "drop:%d tscale:%f dt:%f, substep %f)", gDroppedSimulationSteps, simTimeScalingFact…
2978 gDroppedSimulationSteps = 0;
H A DPhysicsServerCommandProcessor.cpp15047 int gDroppedSimulationSteps = 0; variable
15179 gDroppedSimulationSteps += numSteps > maxSteps ? numSteps - maxSteps : 0; in stepSimulationRealTime()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerExample.cpp2722 extern int gDroppedSimulationSteps;
2977 …sprintf(line1, "drop:%d tscale:%f dt:%f, substep %f)", gDroppedSimulationSteps, simTimeScalingFact…
2978 gDroppedSimulationSteps = 0;
H A DPhysicsServerCommandProcessor.cpp15047 int gDroppedSimulationSteps = 0; variable
15179 gDroppedSimulationSteps += numSteps > maxSteps ? numSteps - maxSteps : 0; in stepSimulationRealTime()