Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5255 in orxonox.OLD for trunk/src/lib/physics/physics_interface.cc


Ignore:
Timestamp:
Sep 25, 2005, 6:23:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor changes (flush)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/physics/physics_interface.cc

    r5217 r5255  
    4444  this->forceSum = Vector(0, 0, 0);
    4545  this->bForceApplied = false;
    46 
    47 //   PhysicsEngine::getInstance()->addPhysicsInterface(this);
    4846}
    4947
     
    5351PhysicsInterface::~PhysicsInterface ()
    5452{
    55 //   PhysicsEngine::getInstance()->removePhysicsInterface(this);
    5653}
    5754
     
    9289 *  applyes a field to this Object
    9390 * @param field the field to apply
     91 *
     92 * this function is virtual, and !must be reimplemented if the Member is !NOT! a PNode
    9493*/
    9594void PhysicsInterface::applyField(Field* field)
Note: See TracChangeset for help on using the changeset viewer.