cod5-sdk/raw/techniques/l_omni_scroll_t0c0_nc_dtex_clrdtl.tech

20 lines
331 B
Text
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "additive";
vertexShader 2.0 "l_point_scroll_tc0_nc_dtex.hlsl"
{
}
pixelShader 2.0 "l_omni_t0c0_nc.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
}