36 lines
995 B
Text
36 lines
995 B
Text
|
{
|
||
|
|
||
|
stateMap "premulalpha";
|
||
|
|
||
|
vertexShader 3.0 "lp_tc0n0_nc_dtex_sm3_clothcharr1_clrdtl.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 3.0 "lp_b0c0d0n0_nc_sm3_clothcharr1_clrdtl.hlsl"
|
||
|
{
|
||
|
colorMapSampler = material.colorMap;
|
||
|
detailMapSampler = material.detailMap;
|
||
|
detailScale = material.detailScale;
|
||
|
normalMapSampler = material.normalMap;
|
||
|
|
||
|
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.texcoord[0] = code.texcoord[0];
|
||
|
vertex.texcoord[2] = code.tangent;
|
||
|
|
||
|
}
|