Skip to content
Snippets Groups Projects
Commit be32ab6d authored by gawen.ackerman's avatar gawen.ackerman :robot:
Browse files
parents 66c425a2 132fe0e7
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ const int32_t SIMULATION_MAXIMUM_SPEED_IN_DAYS = 500; ...@@ -37,7 +37,7 @@ const int32_t SIMULATION_MAXIMUM_SPEED_IN_DAYS = 500;
// Time that elapses by default in the planetary system per second, in seconds. // Time that elapses by default in the planetary system per second, in seconds.
const int32_t DEFAULT_SIMULATION_SPEED_IN_SECONDS = DEFAULT_SIMULATION_SPEED_IN_DAYS * ONE_DAY_IN_SECONDS; const int32_t DEFAULT_SIMULATION_SPEED_IN_SECONDS = DEFAULT_SIMULATION_SPEED_IN_DAYS * ONE_DAY_IN_SECONDS;
// Maximum time that elapses in the planetary system at each call of the planetary_system_update function, this value must be small enough for the planetary system to work. // Maximum time that elapses in the planetary system at each call of the planetary_system_update function, this value must be small enough for the planetary system to work.
const int32_t PLANETARY_SYSTEM_INTERVAL = 100; const int32_t PLANETARY_SYSTEM_INTERVAL = 1000;
#define GLUT_KEY_ESCAPE 27 #define GLUT_KEY_ESCAPE 27
#define GLUT_KEY_T 116 #define GLUT_KEY_T 116
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment