Solar System OpenGL v1.0.0
|
Defines speeds for planets. More...
Go to the source code of this file.
Variables | |
const float | MERCURY_SPEED = 4.0 |
Speed of Mercury. | |
const float | VENUS_SPEED = 3.0 |
Speed of Venus. | |
const float | EARTH_SPEED = 2.0 |
Speed of Earth. | |
const float | MARS_SPEED = 1.5 |
Speed of Mars. | |
const float | JUPITER_SPEED = 1.0 |
Speed of Jupiter. | |
const float | SATURN_SPEED = 0.8 |
Speed of Saturn. | |
const float | URANUS_SPEED = 0.6 |
Speed of Uranus. | |
const float | NEPTUNE_SPEED = 0.5 |
Speed of Neptune. | |
Defines speeds for planets.
This file contains constants representing the speeds of various planets. The speeds are used to control the rate at which planets move or orbit.
const float EARTH_SPEED = 2.0 |
Speed of Earth.
The speed at which Earth moves or orbits, represented as a float.
const float JUPITER_SPEED = 1.0 |
Speed of Jupiter.
The speed at which Jupiter moves or orbits, represented as a float.
const float MARS_SPEED = 1.5 |
Speed of Mars.
The speed at which Mars moves or orbits, represented as a float.
const float MERCURY_SPEED = 4.0 |
Speed of Mercury.
The speed at which Mercury moves or orbits, represented as a float.
const float NEPTUNE_SPEED = 0.5 |
Speed of Neptune.
The speed at which Neptune moves or orbits, represented as a float.
const float SATURN_SPEED = 0.8 |
Speed of Saturn.
The speed at which Saturn moves or orbits, represented as a float.
const float URANUS_SPEED = 0.6 |
Speed of Uranus.
The speed at which Uranus moves or orbits, represented as a float.
const float VENUS_SPEED = 3.0 |
Speed of Venus.
The speed at which Venus moves or orbits, represented as a float.