Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2006, 11:45:59 PM (19 years ago)
Author:
ponder
Message:
  • added a clipping plane for removing popping effects
  • put the update stuff from terrain::draw to terrain::tick.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/world_entities/terrain_entity.cc

    r8748 r8929  
    101101{
    102102  this->setClassID( CL_TERRAIN, "TerrainEntity");
    103   this->toList(OM_ENVIRON_NOTICK);
     103  this->toList(OM_ENVIRON);
    104104  this->toReflectionList();
    105105
     
    200200
    201201
    202 
     202void TerrainEntity::tick( float _dt ) { if ( terrain ) terrain->tick( _dt ); }
    203203
    204204void TerrainEntity::draw () const
Note: See TracChangeset for help on using the changeset viewer.