cod4-sdk/raw/techniques/l_omni_scroll_b0c0n0_nc_dtex.tech

22 lines
422 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "additive_stencil";
vertexShader 2.0 "l_point_scroll_tc0n0_nc_dtex.hlsl"
{
}
pixelShader 2.0 "l_omni_b0c0n0_nc.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
normalMapSampler = material.normalMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[2] = code.tangent;
}