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