Skip to content
Snippets Groups Projects
Commit 132fe0e7 authored by florian.burgener's avatar florian.burgener
Browse files

Performance update

parent f9f5f38c
Branches
No related tags found
No related merge requests found
......@@ -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.
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.
const int32_t PLANETARY_SYSTEM_INTERVAL = 100;
const int32_t PLANETARY_SYSTEM_INTERVAL = 1000;
#define GLUT_KEY_ESCAPE 27
#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