Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudWolfYT committed Jun 2, 2022
1 parent 1d6ea30 commit 2a26b60
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 19 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"name": "transparency",
"intarget": "minecraft:main",
"outtarget": "final",
"outtarget": "swap",
"auxtargets": [
{
"name": "DiffuseDepthSampler",
Expand Down Expand Up @@ -90,24 +90,6 @@
}
]
},
{
"name": "debug/draw_text",
"intarget": "final",
"auxtargets": [
{
"name": "FontSampler",
"id": "shader_font",
"width":1,
"height":1,
"bilinear":false
},
{
"name": "NumberSampler",
"id":"controller"
}
],
"outtarget": "swap"
},
{
"name": "blit",
"intarget": "swap",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"targets": [
{ "name": "controller", "width": 2, "height": 3 },
{ "name": "controllerSwap", "width": 2, "height": 3 },
{ "name": "manic.tentacles", "width": 256, "height": 256},
"water",
"translucent",
"itemEntity",
"particles",
"clouds",
"weather",
"final",
"swap"
],
"passes": [
{
"name": "toggler/copy",
"intarget": "controller",
"outtarget": "controllerSwap"
},
{
"name": "toggler/findcolor",
"intarget": "controllerSwap",
"outtarget": "controller",
"auxtargets": [
{
"name": "ParticleSampler",
"id": "particles"
}
]
},
{
"name": "toggler/remove",
"intarget": "particles",
"outtarget": "final"
},
{
"name": "blit",
"intarget": "final",
"outtarget": "particles"
},
{
"name": "transparency",
"intarget": "minecraft:main",
"outtarget": "final",
"auxtargets": [
{
"name": "DiffuseDepthSampler",
"id": "minecraft:main:depth"
},
{
"name": "TranslucentSampler",
"id": "translucent"
},
{
"name": "TranslucentDepthSampler",
"id": "translucent:depth"
},
{
"name": "ItemEntitySampler",
"id": "itemEntity"
},
{
"name": "ItemEntityDepthSampler",
"id": "itemEntity:depth"
},
{
"name": "ParticlesSampler",
"id": "particles"
},
{
"name": "ParticlesDepthSampler",
"id": "particles:depth"
},
{
"name": "CloudsSampler",
"id": "clouds"
},
{
"name": "CloudsDepthSampler",
"id": "clouds:depth"
},
{
"name": "WeatherSampler",
"id": "weather"
},
{
"name": "WeatherDepthSampler",
"id": "weather:depth"
}
]
},
{
"name": "debug/draw_text",
"intarget": "final",
"auxtargets": [
{
"name": "FontSampler",
"id": "shader_font",
"width":1,
"height":1,
"bilinear":false
},
{
"name": "NumberSampler",
"id":"controller"
}
],
"outtarget": "swap"
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "final"
},
{
"name": "toggler/shader",
"intarget": "final",
"outtarget": "minecraft:main",
"auxtargets": [
{"name": "ControlSampler","id": "controller"},
{"name": "DiffuseDepthSampler","id": "minecraft:main:depth"}
]
}
]
}
Binary file modified ShaderSelector (Core)/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a26b60

Please sign in to comment.