summaryrefslogtreecommitdiffstats
path: root/src/Timecycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timecycle.h')
-rw-r--r--src/Timecycle.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Timecycle.h b/src/Timecycle.h
index bfbda281..1698e0c5 100644
--- a/src/Timecycle.h
+++ b/src/Timecycle.h
@@ -98,6 +98,15 @@ public:
static float GetDirectionalRed(void) { return m_fCurrentDirectionalRed; }
static float GetDirectionalGreen(void) { return m_fCurrentDirectionalGreen; }
static float GetDirectionalBlue(void) { return m_fCurrentDirectionalBlue; }
+ static int GetSkyTopRed(void) { return m_nCurrentSkyTopRed; }
+ static int GetSkyTopGreen(void) { return m_nCurrentSkyTopGreen; }
+ static int GetSkyTopBlue(void) { return m_nCurrentSkyTopBlue; }
+ static int GetSkyBottomRed(void) { return m_nCurrentSkyBottomRed; }
+ static int GetSkyBottomGreen(void) { return m_nCurrentSkyBottomGreen; }
+ static int GetSkyBottomBlue(void) { return m_nCurrentSkyBottomBlue; }
+ static float GetFarClip(void) { return m_fCurrentFarClip; }
+ static float GetFogStart(void) { return m_fCurrentFogStart; }
+
static int GetLowCloudsRed(void) { return m_nCurrentLowCloudsRed; }
static int GetLowCloudsGreen(void) { return m_nCurrentLowCloudsGreen; }
static int GetLowCloudsBlue(void) { return m_nCurrentLowCloudsBlue; }