18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name" : "Transform",
|
|
"description" : "Apply scaling, rotation and offsets to the image.",
|
|
"group" : "distort",
|
|
"preview" : "preview/project.json",
|
|
"passes" :
|
|
[
|
|
{
|
|
"material" : "materials/effects/transform.json"
|
|
}
|
|
],
|
|
"dependencies" :
|
|
[
|
|
"materials/effects/transform.json",
|
|
"shaders/effects/transform.frag",
|
|
"shaders/effects/transform.vert"
|
|
]
|
|
} |