Scene constructor

Scene()

Implementation

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