material-maker/material_maker/examples/floor2.ptex

235 lines
3.4 KiB
Plaintext
Raw Normal View History

2019-10-27 14:36:16 +01:00
{
"connections": [
{
"from": "perlin_0",
"from_port": 0,
"to": "colorize_0",
"to_port": 0
},
{
"from": "colorize_0",
"from_port": 0,
"to": "blend_0",
"to_port": 1
},
{
"from": "bricks_0",
"from_port": 0,
"to": "blend_0",
"to_port": 0
},
{
"from": "blend_0",
"from_port": 0,
"to": "Material",
"to_port": 0
},
{
"from": "bricks_0",
"from_port": 0,
"to": "normal_map_0",
"to_port": 0
},
{
"from": "normal_map_0",
"from_port": 0,
"to": "Material",
"to_port": 4
},
{
"from": "colorize_1",
"from_port": 0,
"to": "Material",
"to_port": 2
},
{
"from": "blend_0",
"from_port": 0,
"to": "colorize_1",
"to_port": 0
},
{
"from": "uniform_0",
"from_port": 0,
"to": "Material",
"to_port": 1
}
],
"label": "Graph",
"name": "293",
"node_position": {
"x": 0,
"y": 0
},
"nodes": [
{
"name": "Material",
"node_position": {
"x": 773,
"y": 290
},
"parameters": {
"albedo_color": {
"a": 1,
"b": 1,
"g": 1,
"r": 1,
"type": "Color"
},
"ao_light_affect": 1,
"depth_scale": 1,
"emission_energy": 1,
"metallic": 1,
"normal_scale": 1,
"resolution": 1,
"roughness": 1,
"size": 11,
"subsurf_scatter_strength": 0
2019-10-27 14:36:16 +01:00
},
"type": "material"
},
{
"name": "perlin_0",
"node_position": {
"x": 7,
"y": 263
},
"parameters": {
"iterations": 7,
"persistence": 0.85,
"scale_x": 8,
"scale_y": 8
},
"type": "perlin"
},
{
"name": "bricks_0",
"node_position": {
"x": 242,
"y": 382
},
"parameters": {
"bevel": 0.01,
"columns": 4,
"corner": 0,
2019-10-27 14:36:16 +01:00
"mortar": 0.01,
"pattern": 0,
"repeat": 1,
"round": 0,
2019-10-27 14:36:16 +01:00
"row_offset": 0,
"rows": 4
},
"type": "bricks"
},
{
"name": "normal_map_0",
"node_position": {
"x": 516,
"y": 466
},
"parameters": {
"amount": 0.2,
"param0": 11,
"param1": 0.99,
"param2": 0,
"param3": 0,
"param4": 1,
2019-10-27 14:36:16 +01:00
"size": 2
},
"type": "normal_map"
},
{
"name": "colorize_1",
"node_position": {
"x": 510,
"y": 386
},
"parameters": {
"gradient": {
"interpolation": 1,
2019-10-27 14:36:16 +01:00
"points": [
{
"a": 1,
"b": 1,
"g": 1,
"pos": 0,
"r": 1
},
{
"a": 1,
"b": 0.484375,
"g": 0.484375,
"pos": 1,
"r": 0.484375
}
],
"type": "Gradient"
}
},
"type": "colorize"
},
{
"name": "colorize_0",
"node_position": {
"x": 232,
"y": 286
},
"parameters": {
"gradient": {
"interpolation": 1,
2019-10-27 14:36:16 +01:00
"points": [
{
"a": 1,
"b": 0.588542,
"g": 0.742839,
"pos": 0,
"r": 1
},
{
"a": 1,
"b": 1,
"g": 1,
"pos": 0.654545,
"r": 1
}
],
"type": "Gradient"
}
},
"type": "colorize"
},
{
"name": "blend_0",
"node_position": {
"x": 419,
"y": 186
},
"parameters": {
"amount": 1,
"blend_type": 2
},
"type": "blend"
},
{
"name": "uniform_0",
"node_position": {
"x": 563,
"y": 314
},
"parameters": {
"color": {
"a": 1,
"b": 0.128906,
"g": 0.128906,
"r": 0.128906,
"type": "Color"
}
},
"type": "uniform"
}
],
"parameters": {
},
"type": "graph"
}