/** * @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