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

31 lines
436 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_dtex.hlsl"
{
}
pixelShader 1.1 "water_editor_dynamic_vp.hlsl"
{
}
vertex.position = code.position;
vertex.color[0] = code.color;
}