37 lines
688 B
JSON
37 lines
688 B
JSON
{
|
|
"version" : 1,
|
|
"replacementkey" : "reflection",
|
|
"name" : "ui_editor_effect_reflection_title",
|
|
"description" : "ui_editor_effect_reflection_description",
|
|
"group" : "colorize",
|
|
"preview" : "preview/project.json",
|
|
"passes" :
|
|
[
|
|
{
|
|
"material" : "materials/effects/reflection.json"
|
|
}
|
|
],
|
|
"dependencies" :
|
|
[
|
|
"materials/effects/reflection.json",
|
|
"shaders/effects/reflection.frag",
|
|
"shaders/effects/reflection.vert"
|
|
],
|
|
"gizmos" :
|
|
[
|
|
{
|
|
"type" : "EffectPerspectiveUV",
|
|
"condition" :
|
|
{
|
|
"PERSPECTIVE" : 1
|
|
},
|
|
"vars" :
|
|
{
|
|
"p0" : "point0",
|
|
"p1" : "point1",
|
|
"p2" : "point2",
|
|
"p3" : "point3"
|
|
}
|
|
}
|
|
]
|
|
} |