34 lines
944 B
Text
34 lines
944 B
Text
{
|
|
|
|
stateMap "premulalpha";
|
|
|
|
vertexShader 3.0 "lp_s_tc0_dtex_sm3_clothcharr1_clrdtl.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 3.0 "lp_b0c0s0_sm3_clothcharr1_clrdtl.hlsl"
|
|
{
|
|
colorMapSampler = material.colorMap;
|
|
specularMapSampler = material.specularMap;
|
|
envMapParms = material.envMapParms;
|
|
|
|
clothcharrMaskMapScale = material.clothcharrMaskMapScale;
|
|
clothcharrMaskMap_Sampler = material.clothcharrMaskMap;
|
|
|
|
clothcharrColorMapScale = material.clothcharrColorMapScale;
|
|
clothcharrEmberColorAndBrightness = material.clothcharrEmberColorAndBrightness;
|
|
|
|
clothcharrColorMap_Sampler = material.clothcharrColorMap;
|
|
clothcharrNormalMap_Sampler = material.clothcharrNormalMap;
|
|
|
|
colorDetailScale = material.colorDetailScale;
|
|
colorDetailMapSampler = material.colorDetailMap;
|
|
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.normal = code.normal;
|
|
vertex.color[0] = code.color;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|