Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 1, 2004, 12:55:12 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: camera Has A and not Is A Coordinate: Patrick, I finally got what you ment.

File:
1 edited

Legend:

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

    r3028 r3039  
    2424enum CAMERA_MODE {NORMAL, SMOTH_FOLLOW, STICKY, ELLIPTICAL};
    2525
    26 class Camera : public Coordinate
     26class Camera
    2727{
    2828 private:
     
    3131  Placement desired_place;        //!< where the Camera should be according to calculations
    3232  World* world;
     33
    3334  CameraTarget* target;
    3435 
     
    5960 
    6061 public:
     62  Coordinate* coord;
     63
    6164  Camera (World* world);
    6265  ~Camera ();
     
    7275
    7376//! A Class to handle the Target of a Camera.
    74 class CameraTarget : public Coordinate
     77class CameraTarget
    7578{
    7679 private:
     
    7982 
    8083 public:
     84  Coordinate* coord;
    8185  CameraTarget ();
    8286  CameraTarget (Vector pos); //!< a target only needs a Position and no Rotation
Note: See TracChangeset for help on using the changeset viewer.