Files
SingularityViewer/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
2010-04-02 02:48:44 -03:00

14 lines
200 B
GLSL

/**
* @file atmosphericVarsF.glsl
*
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
* $License$
*/
varying vec3 vary_PositionEye;
vec3 getPositionEye()
{
return vary_PositionEye;
}