Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2005, 1:24:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ParticleSystem is now a PhysicsInterface

File:
1 edited

Legend:

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

    r4376 r4377  
    2222#include "physics_interface.h"
    2323
     24#include "field.h"
    2425#include "p_node.h"
    2526
     
    8485       
    8586       
    86 void PhysicsInterface::applyForce( Vector force )
     87void PhysicsInterface::applyField(Field* field, float dt)
    8788{
    88   this->forceSum += force;
     89  //  this->forceSum += force;
    8990}
    9091
Note: See TracChangeset for help on using the changeset viewer.