#include <atmosphere.h>
Collaboration diagram for Atmosphere:

Public Member Functions | |
| Atmosphere () | |
Public Attributes | |
| float | cloudHeight |
| float | cloudSpeed |
| MultiResTexture | cloudTexture |
| float | height |
| Color | lowerColor |
| Color | skyColor |
| Color | sunsetColor |
| Color | upperColor |
|
|
Definition at line 20 of file atmosphere.h. References cloudHeight, cloudSpeed, height, lowerColor, skyColor, sunsetColor, and upperColor. 00020 : 00021 height(0.0f), 00022 lowerColor(0.0f, 0.0f, 0.0f), 00023 upperColor(0.0f, 0.0f, 0.0f), 00024 skyColor(0.0f, 0.0f, 0.0f), 00025 sunsetColor(1.0f, 0.6f, 0.5f), 00026 cloudHeight(0.0f), 00027 cloudSpeed(0.0f), 00028 cloudTexture() {};
|
|
|
Definition at line 36 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), object_getinfo(), and Renderer::renderObject(). |
|
|
Definition at line 37 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), object_getinfo(), and Renderer::renderObject(). |
|
|
Definition at line 38 of file atmosphere.h. Referenced by CreatePlanet(), createTexture(), and Renderer::renderObject(). |
|
|
Definition at line 28 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), object_getinfo(), Renderer::render(), Renderer::renderObject(), and Renderer::renderStar(). |
|
|
Definition at line 32 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), and Renderer::renderStar(). |
|
|
Definition at line 34 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), and Renderer::renderStar(). |
|
|
Definition at line 35 of file atmosphere.h. Referenced by Atmosphere(), and CreatePlanet(). |
|
|
Definition at line 33 of file atmosphere.h. Referenced by Atmosphere(), createAtmosphere(), CreatePlanet(), and Renderer::renderStar(). |
1.4.1