this.scene.clear code example Example: clear scene\ while(scene.children.length > 0){ scene.remove(scene.children[0]); }