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

19 lines
338 B
Text

{
stateMap "default";
vertexShader 1.1 "vertcol_simple_fog_scrolluv_dtex.hlsl"
{
uvScroll = material.uvScroll;
}
pixelShader 2.0 "vertcol_simple_fog.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}