Changeset 9126 in orxonox.OLD for branches/presentation/src/lib/collision_reaction
- Timestamp:
- Jul 4, 2006, 2:23:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/collision_reaction/cr_engine.h
r8190 r9126 30 30 CR_PHYSICS_MOMENTUM = 0, //!< physical reaction: conservervation of momentum 31 31 CR_PHYSICS_STEP_BACK, //!< physical reaction: just go to the last position without collisions 32 CR_PHYSICS_GROUND ,//!< physical reaction: stand on the ground, no movement: simulating simple normal force away from the gravity force33 CR_PHYSICS_ GROUND_WALK,//!< physical reaction: walking on the ground (inkl. hills etc)32 CR_PHYSICS_GROUND_WALK, //!< physical reaction: stand on the ground, no movement: simulating simple normal force away from the gravity force 33 CR_PHYSICS_FULL_WALK, //!< physical reaction: walking on the ground (inkl. hills etc) 34 34 CR_PHYSICS_DAMAGE, //!< physical reaction: daling damage according to the object energy and their structural stability 35 35
Note: See TracChangeset
for help on using the changeset viewer.