Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2014, 4:04:32 PM (11 years ago)
Author:
muemart
Message:

Turret: Move the turret up in the hierarchy, edit the template accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/turretFS14/src/modules/objects/Turret.h

    r10018 r10021  
    4040
    4141#include "worldentities/pawns/SpaceShip.h"
    42 #include "controllers/TurretController.h"
    4342
    4443namespace orxonox
    4544{
    46     class _ObjectsExport Turret : public SpaceShip
     45    class _ObjectsExport Turret : public Pawn
    4746    {
    4847        public:
     
    7473            Ogre::Real maxYaw_;
    7574            Quaternion startOrientInv_;
     75            float rotationThrust_;
     76
     77            btVector3 localAngularAcceleration_;
    7678
    7779            Ogre::Real boundBetween(float val, float lowerBound, float upperBound);
Note: See TracChangeset for help on using the changeset viewer.