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

Method reset

testbed/scenes/hingejoint/HingeJointScene.cpp:91–98  ·  view source on GitHub ↗

Reset the scene

Source from the content-addressed store, hash-verified

89}
90// Reset the scene
91void HingeJointScene::reset() {
92
93 SceneDemo::reset();
94
95 destroyPhysicsWorld();
96 createPhysicsWorld();
97 initBodiesPositions();
98}
99
100/// Create the hinge joint
101void HingeJointScene::createHingeJoint() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected