MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / updateSinglePhysicsStep

Method updateSinglePhysicsStep

testbed/src/TestbedApplication.cpp:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void TestbedApplication::updateSinglePhysicsStep() {
402
403 assert(!mTimer.isRunning());
404
405 mCurrentScene->updatePhysics();
406}
407
408// Update the physics of the current scene
409void TestbedApplication::updatePhysics() {

Callers

nothing calls this directly

Calls 2

isRunningMethod · 0.80
updatePhysicsMethod · 0.45

Tested by

no test coverage detected