Scene constructor

Scene()

Implementation

Scene() {
  camera = createCamera();
  random = Random(randomSeed);
  mobjects = [];
}