{ stateMap "default"; vertexShader 2.0 "zfeather_df_nf_dtex.hlsl" { featherParms = material.featherParms; falloffParms = material.falloffParms; falloffBeginColor = material.falloffBeginColor; falloffEndColor = material.falloffEndColor; } pixelShader 2.0 "zfeather_nf.hlsl" { colorMapSampler = material.colorMap; featherParms = material.featherParms; } vertex.position = code.position; vertex.color[0] = code.color; vertex.texcoord[0] = code.texcoord[0]; }