Files

19 lines
403 B
Plaintext
Raw Permalink Normal View History

2025-01-09 11:49:06 +01:00
{
stateMap "passthrough"; // TODO
vertexShader 3.0 "splatter_alt.hlsl"
{
worldViewProjectionMatrix = constant.transposeWorldViewProjectionMatrix;
}
pixelShader 3.0 "splatter_alt.hlsl"
{
colorMapSampler = material.colorMap;
colorMapSampler1 = material.colorMap2;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}