Answers for "threejs set scene background color 2020"

1

three.js renderer background color

var scene = new THREE.Scene(); // initialising the scene
scene.background = new THREE.Color( 0xff0000 );
Posted by: Guest on January-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language