|
|
| AtmosphereShowMySky (double initialAltitude) |
| |
| void | computeColor (StelCore *core, double JD, const Planet ¤tPlanet, const Planet &sun, const Planet *moon, const StelLocation &location, float temperature, float relativeHumidity, float extinctionCoefficient, bool noScatter) override |
| | Compute sky brightness values and average luminance. More...
|
| |
|
void | draw (StelCore *core) override |
| |
|
bool | isLoading () const override |
| |
|
bool | isReadyToRender () const override |
| |
|
LoadingStatus | stepDataLoading () override |
| |
|
void | update (double deltaTime) |
| |
|
void | setFadeDuration (float duration) |
| | Set fade in/out duration in seconds.
|
| |
|
float | getFadeDuration () const |
| | Get fade in/out duration in seconds.
|
| |
|
void | setFlagShow (bool b) |
| | Define whether to display atmosphere.
|
| |
|
bool | getFlagShow () const |
| | Get whether atmosphere is displayed.
|
| |
| float | getRealDisplayIntensityFactor () const |
| | Get the actual atmosphere intensity due to eclipses + fader. More...
|
| |
|
float | getFadeIntensity () const |
| |
| float | getAverageLuminance () const |
| | Get the average luminance of the atmosphere in cd/m2 If atmosphere is off, the luminance equals the background starlight (0.001cd/m2). More...
|
| |
| void | setAverageLuminance (float overrideLum) |
| | override computable luminance. More...
|
| |
|
void | setLightPollutionLuminance (float f) |
| | Set the light pollution luminance in cd/m^2.
|
| |
|
float | getLightPollutionLuminance () const |
| | Get the light pollution luminance in cd/m^2.
|
| |