2012-04-03 23:30:07 -04:00
|
|
|
uniform vec4 _BumpMap_ST;
|
2014-02-11 02:06:13 -05:00
|
|
|
uniform mat4 _LightMatrix0;
|
|
|
|
uniform vec4 _MainTex_ST;
|
|
|
|
uniform mat4 _Object2World;
|
|
|
|
uniform mat4 _World2Object;
|
|
|
|
uniform vec4 _WorldSpaceLightPos0;
|
|
|
|
attribute vec4 TANGENT;
|
|
|
|
varying vec4 xlv_FOG;
|
2012-04-03 23:30:07 -04:00
|
|
|
void main ()
|
|
|
|
{
|
2014-10-11 15:32:43 -04:00
|
|
|
vec3 binormal_1;
|
2012-04-03 23:30:07 -04:00
|
|
|
vec4 tmpvar_2;
|
2014-10-11 15:32:43 -04:00
|
|
|
vec4 pos_3;
|
|
|
|
pos_3 = (gl_ModelViewProjectionMatrix * gl_Vertex);
|
|
|
|
tmpvar_2.xy = ((gl_MultiTexCoord0.xy * _MainTex_ST.xy) + _MainTex_ST.zw);
|
|
|
|
tmpvar_2.zw = ((gl_MultiTexCoord0.xy * _BumpMap_ST.xy) + _BumpMap_ST.zw);
|
|
|
|
binormal_1 = (((gl_Normal.yzx * TANGENT.zxy) - (gl_Normal.zxy * TANGENT.yzx)) * TANGENT.w);
|
2012-04-03 23:30:07 -04:00
|
|
|
mat3 tmpvar_4;
|
|
|
|
tmpvar_4[0].x = TANGENT.x;
|
2014-10-11 15:32:43 -04:00
|
|
|
tmpvar_4[0].y = binormal_1.x;
|
2012-04-03 23:30:07 -04:00
|
|
|
tmpvar_4[0].z = gl_Normal.x;
|
|
|
|
tmpvar_4[1].x = TANGENT.y;
|
2014-10-11 15:32:43 -04:00
|
|
|
tmpvar_4[1].y = binormal_1.y;
|
2012-04-03 23:30:07 -04:00
|
|
|
tmpvar_4[1].z = gl_Normal.y;
|
|
|
|
tmpvar_4[2].x = TANGENT.z;
|
2014-10-11 15:32:43 -04:00
|
|
|
tmpvar_4[2].y = binormal_1.z;
|
2012-04-03 23:30:07 -04:00
|
|
|
tmpvar_4[2].z = gl_Normal.z;
|
2014-10-11 15:32:43 -04:00
|
|
|
gl_Position = pos_3;
|
2012-04-03 23:30:07 -04:00
|
|
|
vec4 tmpvar_5;
|
|
|
|
tmpvar_5.yzw = vec3(0.0, 0.0, 0.0);
|
2014-10-11 15:32:43 -04:00
|
|
|
tmpvar_5.x = pos_3.z;
|
2012-04-03 23:30:07 -04:00
|
|
|
xlv_FOG = tmpvar_5;
|
2014-10-11 15:32:43 -04:00
|
|
|
gl_TexCoord[0] = tmpvar_2;
|
2012-04-03 23:30:07 -04:00
|
|
|
vec4 tmpvar_6;
|
|
|
|
tmpvar_6.w = 0.0;
|
|
|
|
tmpvar_6.xyz = (tmpvar_4 * (_World2Object * _WorldSpaceLightPos0).xyz);
|
|
|
|
gl_TexCoord[1] = tmpvar_6;
|
|
|
|
vec4 tmpvar_7;
|
|
|
|
tmpvar_7.zw = vec2(0.0, 0.0);
|
|
|
|
tmpvar_7.xy = (_LightMatrix0 * (_Object2World * gl_Vertex)).xy;
|
|
|
|
gl_TexCoord[2] = tmpvar_7;
|
|
|
|
}
|
|
|
|
|
2014-02-11 02:06:13 -05:00
|
|
|
|
2014-10-11 15:32:43 -04:00
|
|
|
// stats: 16 alu 0 tex 0 flow
|
|
|
|
// inputs: 4
|
|
|
|
// #0: gl_MultiTexCoord0 (high float) 4x1 [-1] loc 8
|
|
|
|
// #1: gl_Normal (high float) 3x1 [-1] loc 2
|
|
|
|
// #2: gl_Vertex (high float) 4x1 [-1] loc 0
|
|
|
|
// #3: TANGENT (high float) 4x1 [-1]
|
|
|
|
// uniforms: 7 (total size: 0)
|
|
|
|
// #0: gl_ModelViewProjectionMatrix (high float) 4x4 [-1]
|
|
|
|
// #1: _BumpMap_ST (high float) 4x1 [-1]
|
|
|
|
// #2: _LightMatrix0 (high float) 4x4 [-1]
|
|
|
|
// #3: _MainTex_ST (high float) 4x1 [-1]
|
|
|
|
// #4: _Object2World (high float) 4x4 [-1]
|
|
|
|
// #5: _World2Object (high float) 4x4 [-1]
|
|
|
|
// #6: _WorldSpaceLightPos0 (high float) 4x1 [-1]
|