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

Method reset

testbed/scenes/boxtower/BoxTowerScene.cpp:163–170  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

161
162/// Reset the scene
163void BoxTowerScene::reset() {
164
165 SceneDemo::reset();
166
167 destroyPhysicsWorld();
168 createPhysicsWorld();
169 initBodiesPositions();
170}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected