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

18 lines
364 B
JSON

{
"name" : "Scroll",
"description" : "Scrolls the image horizontally or vertically.",
"group" : "animate",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/scroll.json"
}
],
"dependencies" :
[
"materials/effects/scroll.json",
"shaders/effects/scroll.frag",
"shaders/effects/scroll.vert"
]
}