Scene constructor
Scene()
Implementation
Scene() : super(){
autoUpdate = true; // checked by the renderer
type = 'Scene';
}
Scene() : super(){
autoUpdate = true; // checked by the renderer
type = 'Scene';
}