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

cloud coloring tweak, shadow color tweak

This commit is contained in:
tmj-fstate
2020-02-20 20:32:06 +01:00
parent 330bd3c455
commit d1df65f737
3 changed files with 40 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ namespace colors {
glm::vec4 const none{ 0.f, 0.f, 0.f, 1.f };
glm::vec4 const white{ 1.f, 1.f, 1.f, 1.f };
glm::vec4 const shadow{ 0.35f, 0.40f, 0.45f, 1.f };
glm::vec4 const shadow{ 0.25f, 0.30f, 0.35f, 1.f };
inline
glm::vec3