Home
last modified time | relevance | path

Searched refs:PHYSICS_Damping (Results 1 – 1 of 1) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/ai/
H A DPaths.cpp1453 const float PHYSICS_Damping = 0.5f; in ComputeForces() local
1478 pv->force += pv->velocity * -PHYSICS_Damping; in ComputeForces()