cod4-sdk/raw/techniques/lm_omni_b0c0_nc_sm2.tech

19 lines
295 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
{
stateMap "premulalpha";
vertexShader 2.0 "lm_omni_tc0_nc_sm2.hlsl"
{
}
pixelShader 2.0 "lm_omni_b0c0_nc_sm2.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.texcoord[0] = code.texcoord[0];
}