Solar System OpenGL v1.0.0
|
Defines texture paths for celestial bodies. More...
Go to the source code of this file.
Macros | |
#define | SUN_TEXTURE "../assets/textures/sun.jpg" |
Path to the Sun texture. | |
#define | MERCURY_TEXTURE "../assets/textures/mercury.jpg" |
Path to the Mercury texture. | |
#define | VENUS_TEXTURE "../assets/textures/venus.jpg" |
Path to the Venus texture. | |
#define | EARTH_TEXTURE "../assets/textures/earth.jpg" |
Path to the Earth texture. | |
#define | MARS_TEXTURE "../assets/textures/mars.jpg" |
Path to the Mars texture. | |
#define | JUPITER_TEXTURE "../assets/textures/jupiter.jpg" |
Path to the Jupiter texture. | |
#define | SATURN_TEXTURE "../assets/textures/saturn.jpg" |
Path to the Saturn texture. | |
#define | SATURN_RING_TEXTURE "../assets/textures/saturn-ring-2.jpg" |
Path to the Saturn ring texture. | |
#define | URANUS_TEXTURE "../assets/textures/uranus.jpg" |
Path to the Uranus texture. | |
#define | NEPTUNE_TEXTURE "../assets/textures/neptune.jpg" |
Path to the Neptune texture. | |
Defines texture paths for celestial bodies.
This file contains the file paths for textures used in the application, corresponding to various planets and the Sun.
#define EARTH_TEXTURE "../assets/textures/earth.jpg" |
Path to the Earth texture.
#define JUPITER_TEXTURE "../assets/textures/jupiter.jpg" |
Path to the Jupiter texture.
#define MARS_TEXTURE "../assets/textures/mars.jpg" |
Path to the Mars texture.
#define MERCURY_TEXTURE "../assets/textures/mercury.jpg" |
Path to the Mercury texture.
#define NEPTUNE_TEXTURE "../assets/textures/neptune.jpg" |
Path to the Neptune texture.
#define SATURN_RING_TEXTURE "../assets/textures/saturn-ring-2.jpg" |
Path to the Saturn ring texture.
#define SATURN_TEXTURE "../assets/textures/saturn.jpg" |
Path to the Saturn texture.
#define SUN_TEXTURE "../assets/textures/sun.jpg" |
Path to the Sun texture.
#define URANUS_TEXTURE "../assets/textures/uranus.jpg" |
Path to the Uranus texture.
#define VENUS_TEXTURE "../assets/textures/venus.jpg" |
Path to the Venus texture.