cod4-sdk/raw/techniques/lp_hsm_i_spot_b0c0_dtex_sm3.tech

22 lines
381 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "premulalpha";
vertexShader 3.0 "lp_hsm_i_omni_tc0_dtex_sm3.hlsl"
{
}
pixelShader 3.0 "lp_hsm_i_spot_b0c0_sm3.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[3] = code.texcoord[1];
}