Solar System OpenGL v1.0.0
Loading...
Searching...
No Matches
textures.h File Reference

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ EARTH_TEXTURE

#define EARTH_TEXTURE   "../assets/textures/earth.jpg"

Path to the Earth texture.

◆ JUPITER_TEXTURE

#define JUPITER_TEXTURE   "../assets/textures/jupiter.jpg"

Path to the Jupiter texture.

◆ MARS_TEXTURE

#define MARS_TEXTURE   "../assets/textures/mars.jpg"

Path to the Mars texture.

◆ MERCURY_TEXTURE

#define MERCURY_TEXTURE   "../assets/textures/mercury.jpg"

Path to the Mercury texture.

◆ NEPTUNE_TEXTURE

#define NEPTUNE_TEXTURE   "../assets/textures/neptune.jpg"

Path to the Neptune texture.

◆ SATURN_RING_TEXTURE

#define SATURN_RING_TEXTURE   "../assets/textures/saturn-ring-2.jpg"

Path to the Saturn ring texture.

◆ SATURN_TEXTURE

#define SATURN_TEXTURE   "../assets/textures/saturn.jpg"

Path to the Saturn texture.

◆ SUN_TEXTURE

#define SUN_TEXTURE   "../assets/textures/sun.jpg"

Path to the Sun texture.

◆ URANUS_TEXTURE

#define URANUS_TEXTURE   "../assets/textures/uranus.jpg"

Path to the Uranus texture.

◆ VENUS_TEXTURE

#define VENUS_TEXTURE   "../assets/textures/venus.jpg"

Path to the Venus texture.