Scene constructor

Scene()

Implementation

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