cod4-sdk/raw/techniques/lm_spot_t0c0_sm2.tech

20 lines
317 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default";
vertexShader 2.0 "lm_omni_tc0_sm2.hlsl"
{
}
pixelShader 2.0 "lm_spot_t0c0_sm2.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}