Changeset 7173 in orxonox.OLD for trunk/src/world_entities/camera.h
- Timestamp:
- Feb 21, 2006, 6:01:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/camera.h
r7108 r7173 41 41 42 42 void setAspectRatio(float aspectRatio); 43 void setFovy(float fovy);44 43 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; }; 45 49 46 50 void setViewMode(ViewMode mode);
Note: See TracChangeset
for help on using the changeset viewer.