瀏覽代碼

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

Mr.doob 10 年之前
父節點
當前提交
484246a450
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.type = 'HemisphereLight';
 
 
-	this.position.set( 0, 100, 0 );
+	this.position.set( 0, 1, 0 );
 	this.updateMatrix();
 	this.updateMatrix();
 
 
 	this.groundColor = new THREE.Color( groundColor );
 	this.groundColor = new THREE.Color( groundColor );