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

24 lines
478 B
Text

{
stateMap "default";
vertexShader 3.0 "lm_tc0_tc1_nc_sm3.hlsl"
{
}
pixelShader 3.0 "lm_r0c0b1c1_nc_sm3.hlsl"
{
colorMapSampler = material.colorMap;
colorTint = material.colorTint;
colorMapSampler1 = material.colorMap1;
colorTint1 = material.colorTint1;
}
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];
}