Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

three.js renderer background color

var scene = new THREE.Scene(); // initialising the scene
scene.background = new THREE.Color( 0xff0000 );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #renderer #background #color
ADD COMMENT
Topic
Name
6+9 =