diff options
author | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
commit | 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 (patch) | |
tree | 580a74d286d3392733aed0efbf41c9f132f066c8 /src/Timecycle.h | |
parent | CCredits name cleanup (diff) | |
download | re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.gz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.bz2 re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.lz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.xz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.zst re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.zip |
Diffstat (limited to 'src/Timecycle.h')
-rw-r--r-- | src/Timecycle.h | 9 |
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; } |