Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2010, 7:52:28 PM (14 years ago)
Author:
solex
Message:

nearly finished formationflight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/src/orxonox/controllers/NewHumanController.cc

    r6502 r6986  
    298298            //y is down positive
    299299            relativeHit.normalise();
    300 
     300COUT(0) << (int)this->showDamageOverlay_ << " / " << this->damageOverlayLeft_ << " / " << this->damageOverlayRight_ << std::endl;
    301301            float threshold = 0.3f;
    302302            if (relativeHit.x > threshold) // Left
Note: See TracChangeset for help on using the changeset viewer.