瀏覽代碼

Update webgl_lights_spotlight.html

Master James 9 年之前
父節點
當前提交
7a9b24144e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_lights_spotlight.html

+ 2 - 2
examples/webgl_lights_spotlight.html

@@ -77,9 +77,9 @@
 
 				spt.position.set(15, 40, 35);
 				spt.castShadow = true;
-				spt.angle = 0.777;
+				spt.angle = 0.75;
 				spt.exponent = 2.0;
-				spt.penumbra = 0.2;
+				spt.penumbra = 0.05;
 				spt.decay = 2;
 				spt.distance = 500;
 				spt.shadow.mapSize.width = 8192;