mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
Updated new node templates
This commit is contained in:
parent
5b4aa0984b
commit
f5a558e65f
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "perlin_rgb",
|
||||
"name": "perlin_color",
|
||||
"node_position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
],
|
||||
"instance": "",
|
||||
"name": "PerlinRGB",
|
||||
"name": "Color Perlin",
|
||||
"outputs": [
|
||||
{
|
||||
"rgb": "perlin_color($(uv), vec2($(scale_x), $(scale_y)), int($(iterations)), $(persistence), $(seed))",
|
@ -5,14 +5,14 @@
|
||||
"y": 0
|
||||
},
|
||||
"parameters": {
|
||||
"steps": 6
|
||||
"steps": 4
|
||||
},
|
||||
"shader_model": {
|
||||
"code": "",
|
||||
"global": "",
|
||||
"inputs": [
|
||||
{
|
||||
"default": "0.0",
|
||||
"default": "vec4(2.0*vec3(length($uv-vec2(0.5))), 1.0)",
|
||||
"label": "",
|
||||
"name": "in",
|
||||
"type": "rgba"
|
||||
@ -28,7 +28,7 @@
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"default": 8,
|
||||
"default": 4,
|
||||
"label": "",
|
||||
"max": 32,
|
||||
"min": 2,
|
||||
|
@ -9,7 +9,7 @@
|
||||
"offx": 0,
|
||||
"offy": 0,
|
||||
"repeat": 8,
|
||||
"scale": 1.78,
|
||||
"scale": 1.64,
|
||||
"size": 1
|
||||
},
|
||||
"shader_model": {
|
||||
@ -23,7 +23,7 @@
|
||||
"type": "f"
|
||||
},
|
||||
{
|
||||
"default": "0.0",
|
||||
"default": "1.0",
|
||||
"label": "",
|
||||
"name": "mask",
|
||||
"type": "f"
|
||||
|
Loading…
Reference in New Issue
Block a user