cod4-sdk/raw/techniques/lp_hsm_scroll_sun_b0c0n0_dtex_sm2.tech

23 lines
424 B
Text
Raw Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "premulalpha";
vertexShader 2.0 "lp_hsm_scroll_sun_tc0n0_dtex_sm2.hlsl"
{
}
pixelShader 2.0 "lp_hsm_sun_b0c0n0_sm2.hlsl"
{
colorMapSampler = material.colorMap;
normalMapSampler = material.normalMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
vertex.texcoord[2] = code.tangent;
}