|
| virtual 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)=0 |
| | Compute sky brightness values and average luminance. More...
|
| |
|
virtual void | draw (StelCore *core)=0 |
| |
|
virtual bool | isLoading () const =0 |
| |
|
virtual bool | isReadyToRender () const =0 |
| |
|
virtual LoadingStatus | stepDataLoading ()=0 |
| |
|
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.
|
| |