From 3e73e7bbb42a0226dba951372c90c59ac7d036aa Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Mon, 23 Apr 2012 06:07:12 +0000 Subject: Added constant attenuation value. --- src/ui/modelview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/modelview.cc') diff --git a/src/ui/modelview.cc b/src/ui/modelview.cc index 813fddb..d1c5c96 100755 --- a/src/ui/modelview.cc +++ b/src/ui/modelview.cc @@ -20,7 +20,7 @@ namespace ui { const float LIGHT_DISTANCE = -10.0f; -const float LIGHT_ATTENUATION = 0.05f; +const float LIGHT_ATTENUATION = 0.1f; ModelView::ModelView(Widget *parent) : Widget(parent) { -- cgit v1.2.3