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

Method reset

testbed/scenes/cubestack/CubeStackScene.cpp:143–150  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

141
142// Reset the scene
143void CubeStackScene::reset() {
144
145 SceneDemo::reset();
146
147 destroyPhysicsWorld();
148 createPhysicsWorld();
149 initBodiesPositions();
150}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected