summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-25 14:39:05 -0500
committerDave Parks <davep@lindenlab.com>2011-10-25 14:39:05 -0500
commit30d1a2d053fe7d6e0c88928cf51aa73865ee21e8 (patch)
tree1a878cdf561ed5e2f4ce0edca2986239b9724b18 /indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
parentb7a349f231977d5917b29faacca143a85d925576 (diff)
parentc54f6cfdc3f44ccb6fee3acd5fa40bd177c67639 (diff)
merge
Diffstat (limited to 'indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl')
-rw-r--r--indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
index dbacf28637..8bdae328bd 100644
--- a/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
+++ b/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
@@ -24,10 +24,7 @@
*/
-
-varying vec3 vary_PositionEye;
-
vec3 getPositionEye()
{
- return vary_PositionEye;
+ return vec3(0,0,0);
}