- Timestamp:
- May 27, 2010, 7:52:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/NewHumanController.cc
r6502 r6986 298 298 //y is down positive 299 299 relativeHit.normalise(); 300 300 COUT(0) << (int)this->showDamageOverlay_ << " / " << this->damageOverlayLeft_ << " / " << this->damageOverlayRight_ << std::endl; 301 301 float threshold = 0.3f; 302 302 if (relativeHit.x > threshold) // Left
Note: See TracChangeset
for help on using the changeset viewer.