18 lines
364 B
JSON
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"
|
|
]
|
|
} |