cod4-sdk/raw/techniques/l_spot_shad_hsm_b0c0d0_nc_dtex.tech

22 lines
423 B
Text
Raw Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "additive_stencil";
vertexShader 2.0 "l_point_hsm_tc0_nc_dtex.hlsl"
{
}
pixelShader 2.0 "l_spot_hsm_b0c0d0_nc.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
detailMapSampler = material.detailMap;
detailScale = material.detailScale;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
}