Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7173 in orxonox.OLD for trunk/src/world_entities/camera.h


Ignore:
Timestamp:
Feb 21, 2006, 6:01:31 PM (19 years ago)
Author:
bensch
Message:

trunk: minor

File:
1 edited

Legend:

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

    r7108 r7173  
    4141
    4242  void setAspectRatio(float aspectRatio);
    43   void setFovy(float fovy);
    4443  void setClipRegion(float nearClip, float farClip);
     44
     45  /** @param fovy new field of view factor (in degrees) */
     46  void setFovy(float fovy) { this->fovy = fovy; };
     47  /** @param fovy new field of view factor (in degrees) to iterate to */
     48  void setToFovy(float toFovy) { this->toFovy = toFovy; };
    4549
    4650  void setViewMode(ViewMode mode);
Note: See TracChangeset for help on using the changeset viewer.