Merge pull request #701 from Abextm/camera-sorry

Fix Perspective when near tall terain
This commit is contained in:
Adam
2018-02-26 08:42:15 -05:00
committed by GitHub
3 changed files with 21 additions and 7 deletions

View File

@@ -58,6 +58,9 @@ public interface Client extends GameEngine
int getCameraZ();
/**
* This returns the actual pitch of the camera in JAUs
*/
int getCameraPitch();
int getCameraYaw();