Selaa lähdekoodia

Examples: force background color on ascii example

Guilherme Avila 5 vuotta sitten
vanhempi
commit
1e2f9b4da5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      examples/webgl_effects_ascii.html

+ 1 - 0
examples/webgl_effects_ascii.html

@@ -33,6 +33,7 @@
 				camera.position.z = 500;
 
 				scene = new THREE.Scene();
+				scene.background = new THREE.Color( 0, 0, 0 );
 
 				var light = new THREE.PointLight( 0xffffff );
 				light.position.set( 500, 500, 500 );