showing results for - "three js renderer background color"
Santino
28 Oct 2018
1var scene = new THREE.Scene(); // initialising the scene
2scene.background = new THREE.Color( 0xff0000 );