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

19 lines
340 B
Text

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