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