Files
NixOS-configs/modules/wallpaper-engine/effects/motionblur/preview/effects/spin/effect.json
2025-02-07 17:04:43 -06:00

18 lines
322 B
JSON

{
"name" : "Spin",
"description" : "Spin the image.",
"group" : "image",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/spin.json"
}
],
"dependencies" :
[
"materials/effects/spin.json",
"shaders/effects/spin.frag",
"shaders/effects/spin.vert"
]
}