Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3023 in orxonox.OLD for orxonox/branches/bezierTrack/src/camera.h


Ignore:
Timestamp:
Nov 30, 2004, 1:13:48 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: just an idea of how the new Coordinate-System might look like. Many things have to be done here too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/camera.h

    r2636 r3023  
    2323enum CAMERA_MODE {NORMAL, SMOTH_FOLLOW, STICKY, ELLIPTICAL};
    2424
    25 class Camera {
     25class Camera : public Coordinate
     26{
    2627 private:
    2728  WorldEntity* bound;           //!< the WorldEntity the Camera is bound to
     
    3132 
    3233  /* physical system - not needed yet */
    33   float m; //!< mass
    34   Vector *fs; //!< seil-kraft
    35   Vector *a;  //!< acceleration
    36   Vector *v;  //!< velocity
     34  float mass;            //!< mass
     35  Vector *acceleration;  //!< acceleration
     36  Vector *velocity;      //!< velocity
    3737 
    3838  /* elliptical camera mode variables */
Note: See TracChangeset for help on using the changeset viewer.