Reset the scene
| 155 | } |
| 156 | // Reset the scene |
| 157 | void RagdollScene::reset() { |
| 158 | |
| 159 | SceneDemo::reset(); |
| 160 | |
| 161 | destroyPhysicsWorld(); |
| 162 | createPhysicsWorld(); |
| 163 | initBodiesPositions(); |
| 164 | } |
| 165 | |
| 166 | // Create the boxes and joints for the ragdoll |
| 167 | void RagdollScene::createRagdolls() { |
nothing calls this directly
no outgoing calls
no test coverage detected