blob: c001a4070b9569a3c5f39857512a1e1d39a7da21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* @file atmosphericVarsF.glsl
*
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
* $License$
*/
varying vec3 vary_PositionEye;
vec3 getPositionEye()
{
return vary_PositionEye;
}
|