Merge pull request #556 from Ali-RS/master

Minor fix in javadoc for Camera.java class
This commit is contained in:
Paul Speed 2016-09-15 01:59:38 -04:00 committed by GitHub
commit 9e5d9613ec

View File

@ -991,7 +991,7 @@ public class Camera implements Savable, Cloneable {
* Returns the pseudo distance from the given position to the near
* plane of the camera. This is used for render queue sorting.
* @param pos The position to compute a distance to.
* @return Distance from the far plane to the point.
* @return Distance from the near plane to the point.
*/
public float distanceToNearPlane(Vector3f pos) {
return worldPlane[NEAR_PLANE].pseudoDistance(pos);