You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
61
assets/minecraft/post_effect/entity_outline.json
Normal file
61
assets/minecraft/post_effect/entity_outline.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"targets": {
|
||||
"swap": {}
|
||||
},
|
||||
"passes": [
|
||||
{
|
||||
"program": "minecraft:post/entity_outline",
|
||||
"inputs": [
|
||||
{
|
||||
"sampler_name": "In",
|
||||
"target": "minecraft:entity_outline"
|
||||
}
|
||||
],
|
||||
"output": "swap"
|
||||
},
|
||||
{
|
||||
"program": "minecraft:post/entity_outline_box_blur",
|
||||
"inputs": [
|
||||
{
|
||||
"sampler_name": "In",
|
||||
"target": "swap",
|
||||
"bilinear": true
|
||||
}
|
||||
],
|
||||
"output": "minecraft:entity_outline",
|
||||
"uniforms": [
|
||||
{
|
||||
"name": "BlurDir",
|
||||
"values": [ 1.0, 0.0 ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"program": "minecraft:post/entity_outline_box_blur",
|
||||
"inputs": [
|
||||
{
|
||||
"sampler_name": "In",
|
||||
"target": "minecraft:entity_outline",
|
||||
"bilinear": true
|
||||
}
|
||||
],
|
||||
"output": "swap",
|
||||
"uniforms": [
|
||||
{
|
||||
"name": "BlurDir",
|
||||
"values": [ 0.0, 1.0 ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"program": "minecraft:post/blit",
|
||||
"inputs": [
|
||||
{
|
||||
"sampler_name": "In",
|
||||
"target": "swap"
|
||||
}
|
||||
],
|
||||
"output": "minecraft:entity_outline"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user