constexpr float SPATIAL_HASH_CELL_SIZE
Définit la taille maximale d'une cellule dans un spatial hash (utilisé dans les système physiques)
Definition constants.hpp:44
constexpr int MAX_PHYSICS_ITERATIONS
Le nombre maximum d'itérations autorisés dans les systèmes physiques pour résoudre collisions et cont...
Definition constants.hpp:37
constexpr float PHYSICS_SLEEP_SPEED_THRESHOLD
Definition constants.hpp:14
constexpr float PHYSICS_DAMPING_FACTOR
Facteur de ralentissement dans le vide.
Definition constants.hpp:33
constexpr float FIXED_STEP_FRAMERATE
Vitesse d'éxecution de la boucle d'update fixée dans le cycle de vie (en frame per second)
Definition constants.hpp:35
constexpr std::size_t MAX_ENTITIES
Définition du maximum d'entités qui peuvent exister dans une scène.
Definition constants.hpp:12
constexpr float COLLISION_EXPIRE_THRESHOLD
Definition constants.hpp:13
constexpr float PHYSICS_SLEEP_TIME_THREHSOLD
Definition constants.hpp:15
constexpr float PHYSICS_UNITS_PER_METER
Facteur d'echelle pour le système physique.
Definition constants.hpp:25