cod4-sdk/raw/techniques/wireframe_shaded_nc_dtex.tech

17 lines
262 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "wireframe";
vertexShader 2.0 "vertcol_simple_nc_dtex.hlsl"
{
}
pixelShader 2.0 "vertcol_shaded_nc.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
}