소스 검색

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob 11 년 전
부모
커밋
54163bcf56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/math/Frustum.html

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

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