new Scene() To actually be able to display anything with three.js, we need three things: scene, camera and renderer, so that we can render the scene with camera. Source: examples/three/content/EulerThreejs.js, line 1409 See: Creating a scene