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

17 lines
287 B
Text

{
stateMap "objective";
vertexShader 2.0 "objective_base_dtex.hlsl"
{
}
pixelShader 2.0 "objective_base.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
vertex.normal = code.normal;
}