mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
7033bf4a6e
* updated transform node (scale split into scale_x and scale_y, and added a repeat parameter) * added blend modes (burn, dodge, lighten and darken) * added a (very bad) blur node, based on generic convolution code * rewrote normal_map node using convolution code
84 lines
1.4 KiB
JSON
84 lines
1.4 KiB
JSON
{"lib":[
|
|
{
|
|
"tree_item":"Generators/Uniform",
|
|
"type":"uniform",
|
|
"color":{"type":"Color", "r":1, "g":1, "b":1, "a":1}
|
|
},
|
|
{
|
|
"tree_item":"Generators/Image",
|
|
"type":"image",
|
|
"file_path":"res://addons/procedural_material/nodes/godot_logo.png"
|
|
},
|
|
{
|
|
"tree_item":"Generators/Pattern",
|
|
"icon":"pattern",
|
|
"type":"pattern",
|
|
"mix":0,
|
|
"x_scale":4,
|
|
"x_wave":0,
|
|
"y_scale":4,
|
|
"y_wave":0
|
|
},
|
|
{
|
|
"tree_item":"Generators/Bricks",
|
|
"type":"bricks",
|
|
"icon":"bricks",
|
|
"bevel":0.1,
|
|
"columns":3,
|
|
"mortar":0.1,
|
|
"row_offset":0.5,
|
|
"rows":6
|
|
},
|
|
{
|
|
"tree_item":"Generators/Perlin Noise",
|
|
"type":"perlin",
|
|
"icon":"perlin",
|
|
"iterations":3,
|
|
"persistence":0.5,
|
|
"scale_x":4,
|
|
"scale_y":4
|
|
},
|
|
{
|
|
"tree_item":"Generators/Voronoi Noise",
|
|
"type":"voronoi",
|
|
"icon":"voronoi",
|
|
"intensity":1,
|
|
"scale_x":4,
|
|
"scale_y":4
|
|
},
|
|
{
|
|
"tree_item":"Filters/Colorize",
|
|
"type":"colorize",
|
|
"gradient":[{"b":0,"g":0,"pos":0,"r":0},{"b":1,"g":1,"pos":1,"r":1}]
|
|
},
|
|
{
|
|
"tree_item":"Filters/Blend",
|
|
"type":"blend",
|
|
"amount":0.5,
|
|
"blend_type":0
|
|
},
|
|
{
|
|
"tree_item":"Filters/Blur",
|
|
"type":"blur",
|
|
"sigma":1.0
|
|
},
|
|
{
|
|
"tree_item":"Filters/Normal map",
|
|
"type":"normal_map",
|
|
"amount":0.5
|
|
},
|
|
{
|
|
"tree_item":"Filters/Transform",
|
|
"type":"transform",
|
|
"rotate":0,
|
|
"scale_x":1,
|
|
"scale_y":1,
|
|
"translate_x":0,
|
|
"translate_y":0
|
|
},
|
|
{
|
|
"tree_item":"Filters/Warp",
|
|
"type":"warp",
|
|
"amount":0.5
|
|
}
|
|
]} |