Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9083 in orxonox.OLD


Ignore:
Timestamp:
Jul 4, 2006, 1:21:18 AM (18 years ago)
Author:
patrick
Message:

cr tip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/collision_reaction/cr_physics_ground_walk.cc

    r9076 r9083  
    140140
    141141        // object is beneath the plane (ground)
    142         if(height >= 0.0f && height <= 0.0001f) break ;// Do nothing
    143         else if( height < 0.0f )
     142//         if(height >= 0.0f && height <= 0.0001f) break ;// Do nothing
     143        if( height < 0.0f )
    144144        {
    145145          entity->shiftCoor(Vector(0.0f, -height + 0.00001, 0.0f));
Note: See TracChangeset for help on using the changeset viewer.