cod4-sdk/raw/techniques/l_spot_shad_hsm_t0c0d0n0_dtex.tech

25 lines
532 B
Text
Raw Permalink Normal View History

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