cod4-sdk/raw/techniques/l_spot_shad_hsm_r0c0m1c1t2c2n2_nc.tech
2008-01-19 00:00:00 +00:00

31 lines
708 B
Text

{
stateMap "additive_stencil";
vertexShader 2.0 "l_point_hsm_tc0_tc1_tc2n2_nc.hlsl"
{
}
pixelShader 2.0 "l_spot_hsm_r0c0m1c1t2c2n2_nc.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
colorTint = material.colorTint;
colorMapSampler1 = material.colorMap1;
colorTint1 = material.colorTint1;
colorMapSampler2 = material.colorMap2;
colorTint2 = material.colorTint2;
normalMapSampler2 = material.normalMap2;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[2] = code.tangent;
vertex.texcoord[3] = code.texcoord[1];
}