Changeset 8775 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jun 25, 2006, 11:30:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/camera.cc
r8697 r8775 83 83 { 84 84 this->nearClip = nearClip; 85 this->farClip = 400.0f;//farClip;85 this->farClip = farClip; 86 86 } 87 87
Note: See TracChangeset
for help on using the changeset viewer.