Vidar Tonaas Fauske 7 anni fa
parent
commit
c4815ed83a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/api/lights/shadows/SpotLightShadow.html

+ 1 - 1
docs/api/lights/shadows/SpotLightShadow.html

@@ -73,7 +73,7 @@ scene.add( helper );
 		 The default is a  [page:PerspectiveCamera] with [page:PerspectiveCamera.near near] clipping plane at 0.5.
 		 The [page:PerspectiveCamera.fov fov] will track the [page:SpotLight.angle angle] property of the owning
 		 [page:SpotLight SpotLight] via the [page:SpotLightShadow.update update] method. Similarly, the 
-		 [page:PerspectiveCamera.aspect aspect] property will the track aspect of the
+		 [page:PerspectiveCamera.aspect aspect] property will track the aspect of the
 		 [page:LightShadow.mapSize mapSize]. If the [page:SpotLight.distance distance] property of the light is 
 		 set, the [page:PerspectiveCamera.far far] clipping plane will track that, otherwise it defaults to 500.