diff options
author | Evan Goers <mega@osirion.org> | 2012-04-23 06:07:12 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2012-04-23 06:07:12 +0000 |
commit | 3e73e7bbb42a0226dba951372c90c59ac7d036aa (patch) | |
tree | 8330761f2f3228ce84cf2045539f25bd87168499 /src/ui | |
parent | 4762531e81fc694008c2a3d2b3818d8972916ca5 (diff) |
Added constant attenuation value.
Diffstat (limited to 'src/ui')
-rwxr-xr-x | src/ui/modelview.cc | 2 |
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) { |