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

Method reset

testbed/scenes/heightfield/HeightFieldScene.cpp:280–287  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

278}
279// Reset the scene
280void HeightFieldScene::reset() {
281
282 SceneDemo::reset();
283
284 destroyPhysicsWorld();
285 createPhysicsWorld();
286 initBodiesPositions();
287}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected