blob: 01dbc7d1cc8a1166bdc352921ae9254479a9a5c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|