21 lines
450 B
Text
21 lines
450 B
Text
{
|
|
stateMap "zfeather_add";
|
|
|
|
vertexShader 2.0 "zfeather_eo_dtex.hlsl"
|
|
{
|
|
featherParms = material.featherParms;
|
|
eyeOffsetParms = material.eyeOffsetParms;
|
|
}
|
|
|
|
pixelShader 2.0 "zfeather_add.hlsl"
|
|
{
|
|
fogColor = float4( 0, 0, 0, 0 );
|
|
colorMapSampler = material.colorMap;
|
|
featherParms = material.featherParms;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.color[0] = code.color;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|