18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name" : "Opacity",
|
|
"description" : "Adds an opacity mask to the image.",
|
|
"group" : "colorize",
|
|
"preview" : "preview/project.json",
|
|
"passes" :
|
|
[
|
|
{
|
|
"material" : "materials/effects/opacity.json"
|
|
}
|
|
],
|
|
"dependencies" :
|
|
[
|
|
"materials/effects/opacity.json",
|
|
"shaders/effects/opacity.frag",
|
|
"shaders/effects/opacity.vert"
|
|
]
|
|
} |