cod5-sdk/raw/techniques/l_omni_t0c0_dtex_sls_clothcharr_specdtl.tech
2008-11-20 00:00:00 +00:00

27 lines
764 B
Text

{
stateMap "additive";
vertexShader 2.0 "l_point_clothcharr_tc0_dtex.hlsl"
{
}
pixelShader 2.0 "l_omni_clothcharr_t0c0.hlsl"
{
fogColor = float4( 0, 0, 0, 0 );
colorMapSampler = material.colorMap;
clothcharrMaskMapScale = material.clothcharrMaskMapScale;
clothcharrColorMapScale = material.clothcharrColorMapScale;
clothcharrEmberColorAndBrightness = material.clothcharrEmberColorAndBrightness;
clothcharrMaskMap_Sampler = material.clothcharrMaskMap;
clothcharrColorMap_Sampler = material.clothcharrColorMap;
clothcharrNormalMap_Sampler = material.clothcharrNormalMap;
}
vertex.position = code.position;
vertex.normal = code.normal;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}