|
Just™ Game Engine
|
Go to the source code of this file.
Namespaces | |
| namespace | jng |
Variables | |
| constexpr float | jng::PHYSICS_SCALE = 30.f |
| constexpr float | jng::PHYSICS_TIMESTEP = 1.f / 60.f |
| constexpr int | jng::PHYSICS_VEL_ITERATIONS = 8 |
| constexpr int | jng::PHYSICS_POS_ITERATIONS = 3 |
| constexpr float | jng::PI_F = 3.14159265f |
| constexpr double | jng::PI_D = 3.141592653589793 |