cod5-sdk/raw/techniques/wireframe_solid_treecanopy_dtex.tech
2008-11-20 00:00:00 +00:00

15 lines
215 B
Text

{
stateMap "wireframe";
vertexShader 1.1 "vertcol_untextured_dtex.hlsl"
{
}
pixelShader 1.1 "vertcol_untextured.hlsl"
{
}
vertex.position = code.position;
vertex.color[0] = code.color;
}