Changeset 9414 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jul 24, 2006, 12:47:07 PM (18 years ago)
- Location:
- branches/terrain/src/world_entities
- Files:
-
- 2 deleted
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/WorldEntities.am
r9235 r9414 15 15 world_entities/skybox.cc \ 16 16 world_entities/skydome.cc \ 17 world_entities/terrain .cc \17 world_entities/terrain_entity.cc \ 18 18 world_entities/satellite.cc \ 19 19 world_entities/movie_entity.cc \ … … 87 87 skybox.h \ 88 88 skydome.h \ 89 terrain .h \89 terrain_entity.h \ 90 90 satellite.h \ 91 91 movie_entity.h \ -
branches/terrain/src/world_entities/skybox.cc
r9406 r9414 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.