2
0
Эх сурвалжийг харах

Update Frustum.html

added minor improvement to docs. Also, the name of the Frustum's method should reflect the explanation and be changed to intersectsObjectBoundingSphere(...)
Ivano Ras 11 жил өмнө
parent
commit
bbbe82eb93

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

@@ -43,7 +43,7 @@
 
 
 		<h3>.intersectsObject( [page:Object3D object] ) [page:Boolean]</h3>
 		<h3>.intersectsObject( [page:Object3D object] ) [page:Boolean]</h3>
 		<div>
 		<div>
-		Checks whether the object is inside the Frustum.
+		Checks whether the object's bounding sphere is intersecting the Frustum.
 		</div>
 		</div>
 
 
 		<h3>.clone() [page:Frustum]</h3>
 		<h3>.clone() [page:Frustum]</h3>