Changeset 10004 for code/branches/turretFS14/src/modules/objects/Turret.h
- Timestamp:
- Mar 27, 2014, 1:36:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/turretFS14/src/modules/objects/Turret.h
r9667 r10004 37 37 38 38 #include "objects/ObjectsPrereqs.h" 39 #include "OgreQuaternion.h" 39 40 40 41 #include "worldentities/pawns/SpaceShip.h" … … 48 49 virtual ~Turret(); 49 50 50 //virtual void tick(float dt);51 52 51 virtual void rotatePitch(const Vector2& value); 52 virtual void rotateYaw(const Vector2& value); 53 virtual void rotateRoll(const Vector2& value); 53 54 54 55 void setAlertnessRadius(float value); … … 56 57 57 58 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 59 virtual void tick(float dt); 58 60 59 61 … … 61 63 WaypointPatrolController* controller_; 62 64 private: 63 65 bool gotOrient_; 66 Quaternion startOrient_; 67 Quaternion firstOrient_; 64 68 }; 65 69 }
Note: See TracChangeset
for help on using the changeset viewer.