From 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 11:44:43 +0200 Subject: more high level functions --- src/Timecycle.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Timecycle.h') 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; } -- cgit v1.2.3