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

21 lines
391 B
Text

{
stateMap "default";
vertexShader 2.0 "lp_flag_omni_tc0n0_nc_dtex_sm2.hlsl"
{
}
pixelShader 2.0 "lp_flag_spot_t0c0n0_nc_sm2.hlsl"
{
colorMapSampler = material.colorMap;
normalMapSampler = material.normalMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[2] = code.tangent;
}