Changeset 5255 in orxonox.OLD for trunk/src/lib/physics
- Timestamp:
- Sep 25, 2005, 6:23:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/physics/physics_interface.cc
r5217 r5255 44 44 this->forceSum = Vector(0, 0, 0); 45 45 this->bForceApplied = false; 46 47 // PhysicsEngine::getInstance()->addPhysicsInterface(this);48 46 } 49 47 … … 53 51 PhysicsInterface::~PhysicsInterface () 54 52 { 55 // PhysicsEngine::getInstance()->removePhysicsInterface(this);56 53 } 57 54 … … 92 89 * applyes a field to this Object 93 90 * @param field the field to apply 91 * 92 * this function is virtual, and !must be reimplemented if the Member is !NOT! a PNode 94 93 */ 95 94 void PhysicsInterface::applyField(Field* field)
Note: See TracChangeset
for help on using the changeset viewer.