Class: Scene

THREE.Scene()

new Scene()

Scenes allow you to set up what and where is to be rendered by three.js.

This is where you place objects, lights and cameras.
Source:
See: