Explorar o código

HemisphereLight: Default to 0,1,0. See #7155.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
484246a450
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lights/HemisphereLight.js

+ 1 - 1
src/lights/HemisphereLight.js

@@ -8,7 +8,7 @@ THREE.HemisphereLight = function ( skyColor, groundColor, intensity ) {
 
 	this.type = 'HemisphereLight';
 
-	this.position.set( 0, 100, 0 );
+	this.position.set( 0, 1, 0 );
 	this.updateMatrix();
 
 	this.groundColor = new THREE.Color( groundColor );