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

29 lines
664 B
Text

{
stateMap "default";
vertexShader 2.0 "lm_omni_tc0_tc1_tc2_nc_sm2.hlsl"
{
}
pixelShader 2.0 "lm_omni_r0c0b1c1d1m2c2_nc_sm2.hlsl"
{
colorMapSampler = material.colorMap;
colorTint = material.colorTint;
colorMapSampler1 = material.colorMap1;
colorTint1 = material.colorTint1;
detailMapSampler1 = material.detailMap1;
detailScale1 = material.detailScale1;
colorMapSampler2 = material.colorMap2;
colorTint2 = material.colorTint2;
}
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];
}