Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5257 in orxonox.OLD for trunk/src/lib/physics/physics_interface.h


Ignore:
Timestamp:
Sep 25, 2005, 7:04:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: bouncy effect with physically based animations… or something like it at least.

File:
1 edited

Legend:

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

    r5143 r5257  
    3939  inline float getTotalMass( void ) const { return mass + massChildren; };
    4040
     41  virtual void applyForce(const Vector& force);
    4142  virtual void applyField(Field* field);
    4243  virtual void tickPhys( float dt );
Note: See TracChangeset for help on using the changeset viewer.