Skip to content

Commit 484246a

Browse files
committed
HemisphereLight: Default to 0,1,0. See mrdoob#7155.
1 parent 8406cd7 commit 484246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lights/HemisphereLight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ THREE.HemisphereLight = function ( skyColor, groundColor, intensity ) {
88

99
this.type = 'HemisphereLight';
1010

11-
this.position.set( 0, 100, 0 );
11+
this.position.set( 0, 1, 0 );
1212
this.updateMatrix();
1313

1414
this.groundColor = new THREE.Color( groundColor );

0 commit comments

Comments
 (0)