|
@@ -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) +
|