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

20 lines
363 B
Text

{
stateMap "additive_stencil";
vertexShader 2.0 "l_point_skin_tc0.hlsl"
{
}
pixelShader 2.0 "l_spot_skin_r0c0.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}