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

Method reset

testbed/scenes/concavemesh/ConcaveMeshScene.cpp:278–285  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected