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

Method reset

testbed/scenes/bridge/BridgeScene.cpp:229–236  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

227
228// Reset the scene
229void BridgeScene::reset() {
230
231 SceneDemo::reset();
232
233 destroyPhysicsWorld();
234 createPhysicsWorld();
235 initBodiesPositions();
236}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected