16 lines
210 B
Text
16 lines
210 B
Text
|
{
|
||
|
stateMap "default";
|
||
|
|
||
|
vertexShader 2.0 "projected_decal.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 2.0 "projected_decal.hlsl"
|
||
|
{
|
||
|
colorMapSampler = material.colorMap;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
|
||
|
}
|