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

17 lines
288 B
Text

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