Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9414 in orxonox.OLD for branches/terrain/src/world_entities


Ignore:
Timestamp:
Jul 24, 2006, 12:47:07 PM (18 years ago)
Author:
bensch
Message:

merged back here the terrain.old

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  
    1515                world_entities/skybox.cc \
    1616                world_entities/skydome.cc \
    17                 world_entities/terrain.cc \
     17                world_entities/terrain_entity.cc \
    1818                world_entities/satellite.cc \
    1919                world_entities/movie_entity.cc \
     
    8787                skybox.h \
    8888                skydome.h \
    89                 terrain.h \
     89                terrain_entity.h \
    9090                satellite.h \
    9191                movie_entity.h \
  • branches/terrain/src/world_entities/skybox.cc

    r9406 r9414  
    230230//   glPushAttrib(GL_LIGHTING_BIT);
    231231  glDisable(GL_LIGHTING);
    232 
     232  glDisable( GL_DEPTH_TEST );   
    233233  glDisable(GL_FOG);
    234234
Note: See TracChangeset for help on using the changeset viewer.