From 722ef65efefa64afb4b2c10b70a699261327fbc7 Mon Sep 17 00:00:00 2001 From: CobaltXII Date: Fri, 28 Dec 2018 21:26:12 -0500 Subject: [PATCH] Tweaked side-based lighting bias --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ae22329..1b9a09b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -245,13 +245,13 @@ int main(int argc, char** argv) float lighting_bottom = 1.0f; - float lighting_left = 0.5f; + float lighting_left = 0.75f; - float lighting_right = 0.5f; + float lighting_right = 0.75f; - float lighting_front = 0.75f; + float lighting_front = 0.9f; - float lighting_back = 0.75f; + float lighting_back = 0.9f; // What is the offset of the cube?