cod4-sdk/raw/techniques/lp_i_t0c0_dtex_sm2.tech

22 lines
359 B
Text
Raw Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "default";
vertexShader 2.0 "lp_i_tc0_dtex_sm2.hlsl"
{
}
pixelShader 2.0 "lp_i_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];
vertex.texcoord[3] = code.texcoord[1];
}