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

31 lines
437 B
Text

{
stateMap "multiply";
vertexShader 1.1 "water_dynamic_editor.hlsl"
{
}
pixelShader 1.1 "water_dynamic_editor.hlsl"
{
}
vertex.position = code.position;
vertex.color[0] = code.color;
}
{
stateMap "blend";
vertexShader 1.1 "water_editor_dynamic_vs_nc.hlsl"
{
}
pixelShader 1.1 "water_editor_dynamic_vp_nc.hlsl"
{
}
vertex.position = code.position;
vertex.color[0] = code.color;
}