Changeset 8648 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jun 20, 2006, 8:44:18 PM (19 years ago)
- Location:
- branches/terrain/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/camera.cc
r8548 r8648 36 36 this->setFovy(60.0); 37 37 this->setAspectRatio(1.2f); 38 this->setClipRegion( .1, 80.0f );38 this->setClipRegion( .1, 40.0f ); 39 39 40 40 this->setViewMode(Camera::ViewNormal); … … 83 83 { 84 84 this->nearClip = nearClip; 85 this->farClip = farClip;85 this->farClip = 400.0f;//farClip; 86 86 } 87 87 -
branches/terrain/src/world_entities/skybox.cc
r8037 r8648 230 230 // glPushAttrib(GL_LIGHTING_BIT); 231 231 glDisable(GL_LIGHTING); 232 232 glDisable( GL_DEPTH_TEST ); 233 233 glDisable(GL_FOG); 234 234
Note: See TracChangeset
for help on using the changeset viewer.