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/playable.cc

    r8490 r8929  
    6767
    6868  this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY);
    69 
     69        this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_TERRAIN );
    7070  registerVar( new SynchronizeableInt( &score, &score, "score" ) );
    7171  registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER));
Note: See TracChangeset for help on using the changeset viewer.