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

16 lines
257 B
Text

{
stateMap "default";
vertexShader 1.1 "textured_simple_nc.hlsl"
{
}
pixelShader 1.1 "textured_simple_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}