Files
Soup-Visuals/extracted/assets/minecraft/shaders/core/arc.json
2026-06-19 18:14:40 +06:00

23 lines
1.1 KiB
JSON

{
"blend": {
"func": "add",
"srcrgb": "srcalpha",
"dstrgb": "1-srcalpha"
},
"vertex": "minecraft:core/arc",
"fragment": "minecraft:core/arc",
"attributes": [],
"samplers": [],
"uniforms": [
{ "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
{ "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
{ "name": "color1", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
{ "name": "color2", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
{ "name": "size", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
{ "name": "location", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
{ "name": "radius", "type": "float", "count": 1, "values": [ 1.0] },
{ "name": "thickness", "type": "float", "count": 1, "values": [ 1.0] },
{ "name": "start", "type": "float", "count": 1, "values": [ 1.0] },
{ "name": "end", "type": "float", "count": 1, "values": [ 1.0] }
]
}