blob: e0eb7b37672e3c9dd242feb3195231ab3103568e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**
* @file atmosphericVarsF.glsl
*
* $LicenseInfo:firstyear=2007&license=viewerlgpl$
* $/LicenseInfo$
*/
varying vec3 vary_PositionEye;
vec3 getPositionEye()
{
return vary_PositionEye;
}
|