|
Stellarium 0.12.3
|
19 #ifndef _SKYBRIGHT_HPP_
20 #define _SKYBRIGHT_HPP_
35 void setDate(
int year,
int month,
float moonPhase);
42 void setLocation(
float latitude,
float altitude,
float temperature=15.f,
float relativeHumidity=40.f);
48 void setSunMoon(
float cosDistMoonZenith,
float cosDistSunZenith);
54 float getLuminance(
float cosDistMoon,
float cosDistSun,
float cosDistZenith)
const;
72 #endif // _SKYBRIGHT_HPP_