فهرست منبع

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;