That's one heck of a commit you've got there...

I may have got a bit behind with version control. A lot behind, in fact. Maybe I'll go back and split this sometime - then again, I probably won't. But hey, at least it's here!
This commit is contained in:
Electroblob77
2019-08-18 00:04:18 +01:00
parent 2680d02304
commit f37812be3e
1564 changed files with 47652 additions and 12984 deletions
@@ -0,0 +1,73 @@
{
"targets": [
"swap",
"previous",
"a",
"b",
"c"
],
"passes": [
{
"name": "color_convolve",
"intarget": "minecraft:main",
"outtarget": "a",
"uniforms": [
{
"name": "Saturation",
"values": [ 0.2 ]
}
]
},
{
"name": "color_convolve",
"intarget": "a",
"outtarget": "b",
"uniforms": [
{
"name": "RedMatrix",
"values": [ 0.2, 0.2, 0.1 ]
},
{
"name": "GreenMatrix",
"values": [ 0.1, 0.1, 0.1 ]
},
{
"name": "BlueMatrix",
"values": [ 0.2, 0.2, 0.3 ]
}
]
},
{
"name": "deconverge",
"intarget": "a",
"outtarget": "c"
},
{
"name": "phosphor",
"intarget": "c",
"outtarget": "swap",
"auxtargets": [
{
"name": "PrevSampler",
"id": "previous"
}
],
"uniforms": [
{
"name": "Phosphor",
"values": [ 0.8, 0.8, 0.8 ]
}
]
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "previous"
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "minecraft:main"
}
]
}
@@ -0,0 +1,67 @@
{
"targets": [
"swap",
"previous",
"a",
"b"
],
"passes": [
{
"name": "color_convolve",
"intarget": "minecraft:main",
"outtarget": "a",
"uniforms": [
{
"name": "Saturation",
"values": [ 0.3 ]
}
]
},
{
"name": "color_convolve",
"intarget": "a",
"outtarget": "b",
"uniforms": [
{
"name": "RedMatrix",
"values": [ 0.3, 0, 0 ]
},
{
"name": "GreenMatrix",
"values": [ 0.3, 0.6, 0.3 ]
},
{
"name": "BlueMatrix",
"values": [ 0.2, 0.2, 0.5 ]
}
]
},
{
"name": "phosphor",
"intarget": "b",
"outtarget": "swap",
"auxtargets": [
{
"name": "PrevSampler",
"id": "previous"
}
],
"uniforms": [
{
"name": "Phosphor",
"values": [ 0.8, 0.8, 0.8 ]
}
]
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "previous"
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "minecraft:main"
}
]
}
@@ -0,0 +1,37 @@
{
"targets": [
"a"
],
"passes": [
{
"name": "color_convolve",
"intarget": "minecraft:main",
"outtarget": "a",
"uniforms": [
{
"name": "Saturation",
"values": [ 0.2 ]
}
]
},
{
"name": "color_convolve",
"intarget": "a",
"outtarget": "minecraft:main",
"uniforms": [
{
"name": "RedMatrix",
"values": [ 0.6, 0, 0 ]
},
{
"name": "GreenMatrix",
"values": [ 0, 0.7, 0 ]
},
{
"name": "BlueMatrix",
"values": [ 0.1, 0.1, 1 ]
}
]
}
]
}
@@ -0,0 +1,67 @@
{
"targets": [
"swap",
"previous",
"a",
"b"
],
"passes": [
{
"name": "color_convolve",
"intarget": "minecraft:main",
"outtarget": "a",
"uniforms": [
{
"name": "Saturation",
"values": [ 0.8 ]
}
]
},
{
"name": "color_convolve",
"intarget": "a",
"outtarget": "b",
"uniforms": [
{
"name": "RedMatrix",
"values": [ 0.9, 0.9, 0.7 ]
},
{
"name": "GreenMatrix",
"values": [ 0.9, 0.9, 0.7 ]
},
{
"name": "BlueMatrix",
"values": [ 0.8, 0.8, 0.7 ]
}
]
},
{
"name": "phosphor",
"intarget": "b",
"outtarget": "swap",
"auxtargets": [
{
"name": "PrevSampler",
"id": "previous"
}
],
"uniforms": [
{
"name": "Phosphor",
"values": [ 0.8, 0.8, 0.8 ]
}
]
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "previous"
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "minecraft:main"
}
]
}