Browse Source

Removed Entity::qPitch/Yaw/Roll

These were protected, and grep revealed they were not used anywhere.
cib 12 years ago
parent
commit
bca3c92113
1 changed files with 1 additions and 5 deletions
  1. 1 5
      Core/Contents/Include/PolyEntity.h

+ 1 - 5
Core/Contents/Include/PolyEntity.h

@@ -674,13 +674,9 @@ namespace Polycode {
 			Vector3 _position;
 			Vector3 _scale;		
 			Rotation _rotation;
-			
-			Quaternion qYaw;
-			Quaternion qPitch;
-			Quaternion qRoll;			
+	
 			Quaternion rotationQuat;
 			
-			
 			bool lockMatrix;
 			bool matrixDirty;
 			Matrix4 transformMatrix;