소스 검색

Fixed broken bookmark.

mitm 5 년 전
부모
커밋
f5ea9eaae6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_node.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_node.adoc

@@ -397,7 +397,7 @@ Does it have a Material? +
 What is its translation (position)? +
 Is it behind the camera or covered up by another Geometry? +
 Is it too tiny or too gigantic to see? +
-Is it too far from the camera? (Try link:{link-javadoc}/com/jme3/renderer/Camera.html#setFrustumFar(float)[cam.setFrustumFar(111111f);] to see further)
+Is it too far from the camera? (Try link:{link-javadoc}/com/jme3/renderer/Camera.html#setFrustumFar-float-[cam.setFrustumFar(111111f);] to see further)
 
 a| A Spatial rotates in unexpected ways.
 a| Did you use radian values, and not degrees? (If you used degrees, multiply them with FastMath.DEG_TO_RAD to convert them to radians)  +