Threejs: Change Scene Background Color

 
// Set Scene
var scene = new THREE.Scene();

// Change Background Color
scene.background = new THREE.Color(0xffffff);

 

Related Snippets

•  Threejs: Cube with Standard Material, and a Directional Light
•  Threejs: Four Cubes and an Orthographic Camera
•  Threejs: Four Cubes and a Perspective Camera
•  Threejs: Show Cube Wireframe, and Ambient Light
•  Threejs: Set Scene, Camera, Renderer and a Cube