cod4-sdk/raw/techniques/l_omni_flag_t0c0_dtex.tech

22 lines
405 B
Text
Raw Normal View History

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