23 lines
477 B
Text
23 lines
477 B
Text
|
// backward compatibility for shipping
|
||
|
|
||
|
{
|
||
|
stateMap "default";
|
||
|
|
||
|
vertexShader 2.0 "zfeather_outdoor_spot_shad_nf.hlsl"
|
||
|
{
|
||
|
featherParms = material.featherParms;
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "zfeather_outdoor_spot_shad_nf.hlsl"
|
||
|
{
|
||
|
colorMapSampler = material.colorMap;
|
||
|
featherParms = material.featherParms;
|
||
|
outdoorMapSampler = sampler.outdoor;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
vertex.color[0] = code.color;
|
||
|
vertex.texcoord[0] = code.texcoord[0];
|
||
|
|
||
|
}
|