소스 검색

update near/far description

farism 12 년 전
부모
커밋
b7279adc60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/api/core/Raycaster.html

+ 2 - 2
docs/api/core/Raycaster.html

@@ -40,13 +40,13 @@
 		<h3>.[page:float near]</h3>
 		<div>
 		The near factor of the raycaster. This value indicates which objects can be discarded based on the distance.<br />
-		This value shouldn't be negative and should be smaller then the far property. 
+		This value shouldn't be negative and should be smaller than the far property. 
 		</div>
 
 		<h3>.[page:float far]</h3>
 		<div>
 		The far factor of the raycaster. This value indicates which objects can be discarded based on the distance.<br />
-		This value shouldn't be negative and should be smaller then the far property. 
+		This value shouldn't be negative and should be larger than the near property. 
 		</div>
 
 		<h3>.[page:float precision]</h3>