mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-02 23:15:54 +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": {
|
"node_position": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0
|
"y": 0
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
"instance": "",
|
"instance": "",
|
||||||
"name": "PerlinRGB",
|
"name": "Color Perlin",
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"rgb": "perlin_color($(uv), vec2($(scale_x), $(scale_y)), int($(iterations)), $(persistence), $(seed))",
|
"rgb": "perlin_color($(uv), vec2($(scale_x), $(scale_y)), int($(iterations)), $(persistence), $(seed))",
|
@ -5,14 +5,14 @@
|
|||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"steps": 6
|
"steps": 4
|
||||||
},
|
},
|
||||||
"shader_model": {
|
"shader_model": {
|
||||||
"code": "",
|
"code": "",
|
||||||
"global": "",
|
"global": "",
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
"default": "0.0",
|
"default": "vec4(2.0*vec3(length($uv-vec2(0.5))), 1.0)",
|
||||||
"label": "",
|
"label": "",
|
||||||
"name": "in",
|
"name": "in",
|
||||||
"type": "rgba"
|
"type": "rgba"
|
||||||
@ -28,7 +28,7 @@
|
|||||||
],
|
],
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"default": 8,
|
"default": 4,
|
||||||
"label": "",
|
"label": "",
|
||||||
"max": 32,
|
"max": 32,
|
||||||
"min": 2,
|
"min": 2,
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"offx": 0,
|
"offx": 0,
|
||||||
"offy": 0,
|
"offy": 0,
|
||||||
"repeat": 8,
|
"repeat": 8,
|
||||||
"scale": 1.78,
|
"scale": 1.64,
|
||||||
"size": 1
|
"size": 1
|
||||||
},
|
},
|
||||||
"shader_model": {
|
"shader_model": {
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"type": "f"
|
"type": "f"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0.0",
|
"default": "1.0",
|
||||||
"label": "",
|
"label": "",
|
||||||
"name": "mask",
|
"name": "mask",
|
||||||
"type": "f"
|
"type": "f"
|
||||||
|
Loading…
Reference in New Issue
Block a user