Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2012-04-23 06:07:12 +0000
committerEvan Goers <mega@osirion.org>2012-04-23 06:07:12 +0000
commit3e73e7bbb42a0226dba951372c90c59ac7d036aa (patch)
tree8330761f2f3228ce84cf2045539f25bd87168499 /src/ui/modelview.cc
parent4762531e81fc694008c2a3d2b3818d8972916ca5 (diff)
Added constant attenuation value.
Diffstat (limited to 'src/ui/modelview.cc')
-rwxr-xr-xsrc/ui/modelview.cc2
1 files changed, 1 insertions, 1 deletions
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)
{