33 lines
640 B
JSON
33 lines
640 B
JSON
{
|
|
"version" : 2,
|
|
"replacementkey" : "perspective",
|
|
"name" : "ui_editor_effect_perspective_title",
|
|
"description" : "ui_editor_effect_perspective_description",
|
|
"group" : "distort",
|
|
"preview" : "preview/project.json",
|
|
"passes" :
|
|
[
|
|
{
|
|
"material" : "materials/effects/perspective.json"
|
|
}
|
|
],
|
|
"dependencies" :
|
|
[
|
|
"materials/effects/perspective.json",
|
|
"shaders/effects/perspective.frag",
|
|
"shaders/effects/perspective.vert"
|
|
],
|
|
"gizmos" :
|
|
[
|
|
{
|
|
"type" : "EffectPerspectiveUV",
|
|
"vars" :
|
|
{
|
|
"p0" : "point0",
|
|
"p1" : "point1",
|
|
"p2" : "point2",
|
|
"p3" : "point3"
|
|
}
|
|
}
|
|
]
|
|
} |