Files
SingularityViewer/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
2011-08-09 01:11:05 -05:00

16 lines
203 B
GLSL

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