16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 02:29:17 +02:00

build 181010. ai disconnect logic tweak, fog-driven freespot blur

This commit is contained in:
tmj-fstate
2018-10-10 18:44:39 +02:00
parent 9cacf191c6
commit 8a904f4da3
4 changed files with 174 additions and 146 deletions

View File

@@ -386,6 +386,7 @@ private:
glm::vec4 m_baseambient { 0.0f, 0.0f, 0.0f, 1.0f };
glm::vec4 m_shadowcolor { colors::shadow };
float m_fogrange { 2000.f };
// TEnvironmentType m_environment { e_flat };
float m_specularopaquescalefactor { 1.f };
float m_speculartranslucentscalefactor { 1.f };