Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 2:21:11 PM (6 years ago)
Author:
varxth
Message:

Collisionshape of fireball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBQBlock.cc

    r11591 r11597  
    6565        float v_z = otherObject->getVelocity().z;
    6666        int collDisZ_ = getPosition().z - contactPoint.getPositionWorldOnB().getZ();
    67         orxout() << "Distanz in z: " << collDisZ_ << endl;
    6867        if (!used_ && v_z > 50.0 && collDisZ_ > 0) {
    6968            used_ = true;
Note: See TracChangeset for help on using the changeset viewer.