From 1cdaafa20d64775941eae9842deb82481da408f8 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 14 Apr 2012 10:05:25 +0200 Subject: [PATCH] Change light animation internal parameters layout --- Effects/light-point.eff | 14 +++++++------- Effects/light-spot.eff | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Effects/light-point.eff b/Effects/light-point.eff index 34d5d027f..ae20e6d56 100644 --- a/Effects/light-point.eff +++ b/Effects/light-point.eff @@ -65,38 +65,38 @@ LightPosition float-vec4 - light-spot/position + position true Ambient float-vec4 - light-spot/ambient + ambient Diffuse float-vec4 - light-spot/diffuse + diffuse Specular float-vec4 - light-spot/specular + specular Attenuation float-vec3 - light-spot/attenuation + attenuation Near float - light-spot/near + near Far float - light-spot/far + far diff --git a/Effects/light-spot.eff b/Effects/light-spot.eff index 210ac4323..6585e9aee 100644 --- a/Effects/light-spot.eff +++ b/Effects/light-spot.eff @@ -65,59 +65,59 @@ LightPosition float-vec4 - light-spot/position + position true LightDirection float-vec4 - light-spot/direction + direction true Ambient float-vec4 - light-spot/ambient + ambient Diffuse float-vec4 - light-spot/diffuse + diffuse Specular float-vec4 - light-spot/specular + specular Attenuation float-vec3 - light-spot/attenuation + attenuation Exponent float - light-spot/exponent + exponent Cutoff float - light-spot/cutoff + cutoff CosCutoff float - light-spot/cosCutoff + cosCutoff Near float - light-spot/near + near Far float - light-spot/far + far