Updated new node templates

This commit is contained in:
RodZill4 2019-11-22 23:07:34 +01:00
parent 5b4aa0984b
commit f5a558e65f
3 changed files with 7 additions and 7 deletions

View File

@ -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))",

View File

@ -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,

View File

@ -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"