Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3228 in orxonox.OLD for orxonox/trunk/src/camera.h


Ignore:
Timestamp:
Dec 20, 2004, 12:32:32 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: unstable - cleaned up vector.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/camera.h

    r3225 r3228  
    2727  WorldEntity* bound;           //!< the WorldEntity the Camera is bound to
    2828  Placement actual_place;               //!< the Camera's current position
    29   Placement desired_place;        //!< where the Camera should be according to calculations
     29  Placement desiredPlace;        //!< where the Camera should be according to calculations
    3030  World* world;
    3131 
     
    5454  CAMERA_MODE cameraMode; //!< saves the camera mode: how the camera follows the entity
    5555 
    56   void update_desired_place ();
     56  void updateDesiredPlace ();
    5757 
    5858 public:
Note: See TracChangeset for help on using the changeset viewer.