Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3342 in orxonox.OLD for orxonox/branches/parenting/src/camera.h


Ignore:
Timestamp:
Jan 5, 2005, 3:18:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: removed old coordinates.h system now using parenting for the game

File:
1 edited

Legend:

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

    r3302 r3342  
    2727 private:
    2828  WorldEntity* bound;           //!< the WorldEntity the Camera is bound to
    29   Placement actualPlace;                //!< the Camera's current position
    30   Placement desiredPlace;        //!< where the Camera should be according to calculations
    3129  World* world;
    3230 
     
    3836 
    3937  /* elliptical camera mode variables */
    40   Placement plLastBPlace;
    4138  float cameraOffset;
    4239  float cameraOffsetZ;
     
    6461  void apply ();
    6562  void bind (WorldEntity* entity);
    66   void jump (Placement* plc);
    6763  void destroy();
    6864
Note: See TracChangeset for help on using the changeset viewer.