Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 4:04:40 PM (14 years ago)
Author:
dboehi
Message:

Added possibibility to change the frequency of the shaking camera in the
space ship configuration file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.h

    r8191 r8254  
    106106            float shakeFrequency_;
    107107            float shakeAmplitude_;
    108             float shakeDeltaTime_;
    109108
    110109        private:
     
    115114           
    116115            void boostCooledDown(void);
     116           
     117            void resetCamera();
    117118
    118119            std::string enginetemplate_;
     
    121122            Vector3 cameraOriginalPosition;
    122123            Quaternion cameraOriginalOrientation;
     124           
     125            float shakeDt_;
    123126    };
    124127}
Note: See TracChangeset for help on using the changeset viewer.