summaryrefslogtreecommitdiff
path: root/indra/newview/lllightconstants.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
committerJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
commit420b91db29485df39fd6e724e782c449158811cb (patch)
treeb471a94563af914d3ed3edd3e856d21cb1b69945 /indra/newview/lllightconstants.h
Print done when done.
Diffstat (limited to 'indra/newview/lllightconstants.h')
-rw-r--r--indra/newview/lllightconstants.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/lllightconstants.h b/indra/newview/lllightconstants.h
new file mode 100644
index 0000000000..01dbc7d1cc
--- /dev/null
+++ b/indra/newview/lllightconstants.h
@@ -0,0 +1,15 @@
+/**
+ * @file lllightconstants.h
+ * @brief Constants for light functions
+ *
+ * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc.
+ * $License$
+ */
+
+#ifndef LL_LLLIGHTCONSTANTS_H
+#define LL_LLLIGHTCONSTANTS_H
+
+//const F32 LIGHT_MAX_RADIUS = 20.f; // Maximum range of light
+const F32 LIGHT_FADE_TIME = 0.2f;
+
+#endif // LL_LLLIGHTCONSTANTS_H