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

Method destroyScenes

testbed/src/TestbedApplication.cpp:392–399  ·  view source on GitHub ↗

Remove all the scenes

Source from the content-addressed store, hash-verified

390
391// Remove all the scenes
392void TestbedApplication::destroyScenes() {
393
394 for (uint i=0; i<mScenes.size(); i++) {
395 delete mScenes[i];
396 }
397
398 mCurrentScene = NULL;
399}
400
401void TestbedApplication::updateSinglePhysicsStep() {
402

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected