Files
NixOS-configs/modules/wallpaper-engine/effects/clouds/effect.json
2025-04-29 13:39:02 -05:00

37 lines
660 B
JSON

{
"version" : 2,
"replacementkey" : "clouds",
"name" : "ui_editor_effect_clouds_title",
"description" : "ui_editor_effect_clouds_description",
"group" : "colorize",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/clouds.json"
}
],
"dependencies" :
[
"materials/effects/clouds.json",
"shaders/effects/clouds.frag",
"shaders/effects/clouds.vert"
],
"gizmos" :
[
{
"type" : "EffectPerspectiveUV",
"condition" :
{
"PERSPECTIVE" : 1
},
"vars" :
{
"p0" : "point0",
"p1" : "point1",
"p2" : "point2",
"p3" : "point3"
}
}
]
}