Warna latar belakang tiga.js

var scene = new THREE.Scene(); // initialising the scene
scene.background = new THREE.Color( 0xff0000 );
Lucky Louse