Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-23 19:51:06 +0000
committerStijn Buys <ingar@osirion.org>2008-07-23 19:51:06 +0000
commit5c96b74c76b881b1533432a75d1a8cc42ecc5bda (patch)
treea1500e0149ba03d017dd5fdb169a6538a7a06a61 /src/model/light.cc
parent1cf82068a2adff7c401fe0aba73466f045e460d3 (diff)
fragment renderer
Diffstat (limited to 'src/model/light.cc')
-rw-r--r--src/model/light.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/model/light.cc b/src/model/light.cc
index 426e7fd..01ddf96 100644
--- a/src/model/light.cc
+++ b/src/model/light.cc
@@ -6,11 +6,12 @@
#include "model/light.h"
-namespace model {
+namespace model
+{
-Light::Light() :
- light_location(),
- light_color(1.0f, 1.0f, 1.0f)
+Light::Light() :
+ light_location(),
+ light_color(1.0f, 1.0f, 1.0f)
{
light_entity = false;
light_strobe = false;