cod4-sdk/raw/techniques/distortion_shade_zfeather.tech
2008-01-19 00:00:00 +00:00

21 lines
459 B
Text

{
stateMap "default";
vertexShader 2.0 "distortion_shade_zfeather.hlsl"
{
distortionScale = material.distortionScale;
}
pixelShader 2.0 "distortion_zfeather.hlsl"
{
colorMapSampler = sampler.resolvedPostSun;
normalMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[1] = code.tangent;
}