Pitch changes with angle of the ship

This commit is contained in:
Tleety
2015-06-02 01:00:48 +02:00
parent 26ecad5be0
commit 242fa2eaaa
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ namespace Systems
glm::vec3 m_PlayerOriginalBounds;
glm::vec3 m_CameraOffset;
glm::quat m_CameraOrientation;
float PitchAngleAdd;
bool freecamEnabled;