20 lines
373 B
Text
20 lines
373 B
Text
|
{
|
||
|
stateMap "default";
|
||
|
|
||
|
vertexShader 2.0 "zfeather_spot_sm_dtex.hlsl"
|
||
|
{
|
||
|
featherParms = material.featherParms;
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "zfeather_spot_sm.hlsl"
|
||
|
{
|
||
|
colorMapSampler = material.colorMap;
|
||
|
featherParms = material.featherParms;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
vertex.color[0] = code.color;
|
||
|
vertex.texcoord[0] = code.texcoord[0];
|
||
|
|
||
|
}
|