Ver Fonte

Merge pull request #20907 from luisfonsivevo/patch-3

Update Frustum.html
Mr.doob há 4 anos atrás
pai
commit
2c9906a281
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/api/en/math/Frustum.html

+ 1 - 1
docs/api/en/math/Frustum.html

@@ -11,7 +11,7 @@
 
 		<p class="desc">
 			[link:http://en.wikipedia.org/wiki/Frustum Frustums] are used to determine what is
-			inside the camera's field of view. They help speed up the rendering process - object which lie
+			inside the camera's field of view. They help speed up the rendering process - objects which lie
 			outside a camera's frustum can safely be excluded from rendering.<br /><br />
 
 			This class is mainly intended for use internally by a renderer for calculating