Files
2010-04-02 02:48:44 -03:00

14 lines
231 B
GLSL

/**
* @file atmosphericsF.glsl
*
* Copyright (c) 2005-$CurrentYear$, Linden Research, Inc.
* $License$
*/
vec3 atmosLighting(vec3 light)
{
/* stub function for fallback compatibility on class1 hardware */
return light;
}