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

18 lines
295 B
Text

{
stateMap "additive_stencil";
vertexShader 2.0 "sunpre_tc0_nc_dtex.hlsl"
{
}
pixelShader 2.0 "sunpre_r0c0_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
vertex.normal = code.normal;
}