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

Method reset

testbed/scenes/pile/PileScene.cpp:274–281  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

272}
273/// Reset the scene
274void PileScene::reset() {
275
276 SceneDemo::reset();
277
278 destroyPhysicsWorld();
279 createPhysicsWorld();
280 initBodiesPositions();
281}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected