Changeset 4440 in orxonox.OLD for orxonox/trunk/src/lib/physics
- Timestamp:
- Jun 1, 2005, 9:57:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/physics_interface.cc
r4397 r4440 65 65 void PhysicsInterface::recalcMass() 66 66 { 67 /* 67 68 PNode* massCalcPNode = dynamic_cast<PNode*>(this); //! \todo not sure if this will work .... 68 69 float massSum = 0; … … 87 88 this->massChildren = massSum; 88 89 } 90 */ 89 91 } 90 92 … … 95 97 this->forceSum += field->calcForce(tmp->getAbsCoor()); 96 98 } 99 97 100 98 101 void PhysicsInterface::tickPhys( float dt )
Note: See TracChangeset
for help on using the changeset viewer.