瀏覽代碼

Ocean example light tweaks.

Mr.doob 11 年之前
父節點
當前提交
7b39dd933d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_shaders_ocean.html

+ 1 - 1
examples/webgl_shaders_ocean.html

@@ -89,7 +89,7 @@
 				controls.maxPolarAngle = Math.PI * 0.495;
 
 				directionalLight = new THREE.DirectionalLight( 0xffff55, 1 );
-				directionalLight.position.set( - 1, 1, - 1 );
+				directionalLight.position.set( - 1, 0.4, - 1 );
 				scene.add( directionalLight );