- Timestamp:
- Nov 27, 2017, 2:21:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBQBlock.cc
r11591 r11597 65 65 float v_z = otherObject->getVelocity().z; 66 66 int collDisZ_ = getPosition().z - contactPoint.getPositionWorldOnB().getZ(); 67 orxout() << "Distanz in z: " << collDisZ_ << endl;68 67 if (!used_ && v_z > 50.0 && collDisZ_ > 0) { 69 68 used_ = true;
Note: See TracChangeset
for help on using the changeset viewer.