added backlog
This commit is contained in:
commit
a159f5d419
32 changed files with 11389 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export/
|
||||
165
blotches.ptex
Normal file
165
blotches.ptex
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@Node@128380",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/assets/concrete"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -775.0,
|
||||
"y": -80.0
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 9,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 50.0,
|
||||
"scale_y": 50.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -394.0,
|
||||
"y": -18.0
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.5234375,
|
||||
"g": 0.5234375,
|
||||
"pos": 0.0,
|
||||
"r": 0.5234375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.496074348688126,
|
||||
"g": 0.496074348688126,
|
||||
"pos": 0.163167938931298,
|
||||
"r": 0.496074348688126
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.476093769073486,
|
||||
"g": 0.476093769073486,
|
||||
"pos": 0.29675572519084,
|
||||
"r": 0.476093769073486
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.396466344594955,
|
||||
"g": 0.396466344594955,
|
||||
"pos": 0.53912213740458,
|
||||
"r": 0.396466344594955
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.330189406871796,
|
||||
"g": 0.330189406871796,
|
||||
"pos": 0.754770992366412,
|
||||
"r": 0.330189406871796
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.309248924255371,
|
||||
"g": 0.309248924255371,
|
||||
"pos": 0.87881679389313,
|
||||
"r": 0.309248924255371
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.2890625,
|
||||
"g": 0.2890625,
|
||||
"pos": 1.0,
|
||||
"r": 0.2890625
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -335.884216308594,
|
||||
"y": 143.148773193359
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -0.33,
|
||||
"contrast": 0.34
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
186
boring_noise.ptex
Normal file
186
boring_noise.ptex
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_10408",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/concrete"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": -906.2900390625,
|
||||
"y": -226.27001953125
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1412.8916015625,
|
||||
"y": -115.593460083008
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 2.0,
|
||||
"lacunarity": 11.0,
|
||||
"noise": 11,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.72,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1118.40625,
|
||||
"y": -221.438522338867
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.91015625,
|
||||
"g": 0.91015625,
|
||||
"pos": 0.0,
|
||||
"r": 0.91015625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 1.0,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -1121.29321289062,
|
||||
"y": 25.8535594940186
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.72265625,
|
||||
"g": 0.72265625,
|
||||
"pos": 0.384615384615385,
|
||||
"r": 0.72265625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.615384615384615,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -1124.93481445312,
|
||||
"y": -138.696380615234
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 0.25
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"scroll_offset": {
|
||||
"x": -1022.66662597656,
|
||||
"y": -496.200012207031
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
337
brick.ptex
Normal file
337
brick.ptex
Normal file
|
|
@ -0,0 +1,337 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "fbm2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_3",
|
||||
"from_port": 0,
|
||||
"to": "invert",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "369",
|
||||
"node_position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/interactive-callout/models/textures/bricks"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 1,
|
||||
"r": 1,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0,
|
||||
"normal": 1,
|
||||
"roughness": 1,
|
||||
"size": 11,
|
||||
"sss": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -1522.583252,
|
||||
"y": 112.388916
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.18,
|
||||
"columns": 4,
|
||||
"corner": 0.01,
|
||||
"mortar": 0.06,
|
||||
"pattern": 0,
|
||||
"repeat": 1,
|
||||
"round": 0.03,
|
||||
"row_offset": 0.4,
|
||||
"rows": 10
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "fbm2",
|
||||
"node_position": {
|
||||
"x": -1531.5,
|
||||
"y": -126.750015
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0,
|
||||
"iterations": 5,
|
||||
"noise": 1,
|
||||
"offset": 0,
|
||||
"persistence": 1,
|
||||
"scale_x": 15,
|
||||
"scale_y": 15
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm2"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -801.482178,
|
||||
"y": -57.665894
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0,
|
||||
"b": 0,
|
||||
"g": 0,
|
||||
"pos": 0,
|
||||
"r": 0
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0.391083,
|
||||
"g": 0.402845,
|
||||
"pos": 0.081818,
|
||||
"r": 0.429688
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0.598755,
|
||||
"g": 0.630555,
|
||||
"pos": 1,
|
||||
"r": 0.703125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -1254.221313,
|
||||
"y": -54.379635
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0,
|
||||
"default_in2": 0,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -798.546143,
|
||||
"y": -130.437286
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0.4375,
|
||||
"g": 0.4375,
|
||||
"pos": 0,
|
||||
"r": 0.4375
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0.1875,
|
||||
"g": 0.1875,
|
||||
"pos": 1,
|
||||
"r": 0.1875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -562.280701,
|
||||
"y": -126.398712
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1,
|
||||
"blend_type1": 0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -569.035828,
|
||||
"y": 60.525497
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1,
|
||||
"param2": 1,
|
||||
"size": 10,
|
||||
"strength": 0.27
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "invert",
|
||||
"node_position": {
|
||||
"x": -690.456177,
|
||||
"y": 273.410339
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -427.429169,
|
||||
"y": 289.339355
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0,
|
||||
"default_in2": 0.13,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize_3",
|
||||
"node_position": {
|
||||
"x": -1025.774048,
|
||||
"y": 234.096313
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0,
|
||||
"g": 0,
|
||||
"pos": 0.181818,
|
||||
"r": 0
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 1,
|
||||
"pos": 0.309091,
|
||||
"r": 1
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
330
bricks_outlined.ptex
Normal file
330
bricks_outlined.ptex
Normal file
|
|
@ -0,0 +1,330 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "bricks",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "fbm4_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/bricks"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 141.3837890625,
|
||||
"y": -17.7583503723145
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks",
|
||||
"node_position": {
|
||||
"x": -1104.40905761719,
|
||||
"y": 213.727279663086
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.12,
|
||||
"columns": 3.0,
|
||||
"corner": 0.24,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.04,
|
||||
"row_offset": 0.5,
|
||||
"rows": 6.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1239.77270507812,
|
||||
"y": 533.272705078125
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 20.0,
|
||||
"scale_y": 20.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -895.227233886719,
|
||||
"y": 218.727249145508
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -742.5,
|
||||
"y": 224.181793212891
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.39,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -1013.40905761719,
|
||||
"y": 528.727233886719
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.39,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_2",
|
||||
"node_position": {
|
||||
"x": -989.772705078125,
|
||||
"y": -171.272750854492
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 32.0,
|
||||
"scale_y": 32.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -655.227233886719,
|
||||
"y": -151.19010925293
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 0,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.410614013671875,
|
||||
"g": 0.431442260742188,
|
||||
"pos": 0,
|
||||
"r": 0.5078125
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.410614013671875,
|
||||
"g": 0.431442260742188,
|
||||
"pos": 0.151997469764123,
|
||||
"r": 0.5078125
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.44561767578125,
|
||||
"g": 0.474169373512268,
|
||||
"pos": 0.152017469764123,
|
||||
"r": 0.58203125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -412.600402832031,
|
||||
"y": -156.029937744141
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -442.499969482422,
|
||||
"y": -320.363647460938
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"r": 0.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -378.693511962891,
|
||||
"y": 284.760192871094
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.19,
|
||||
"default_in2": 0.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -347.27490234375,
|
||||
"y": 97.6145248413086
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
283
chainlink.ptex
Normal file
283
chainlink.ptex
Normal file
|
|
@ -0,0 +1,283 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "transform2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "rotate",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "rotate",
|
||||
"from_port": 0,
|
||||
"to": "invert",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "decompose",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "decompose",
|
||||
"from_port": 3,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/break-utopia/assets/textures/chainlink"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2",
|
||||
"node_position": {
|
||||
"x": -881.83056640625,
|
||||
"y": -236.657028198242
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 1.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.01,
|
||||
"translate_y": 0.01
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -377.550384521484,
|
||||
"y": -69.7983551025391
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -497.771697998047,
|
||||
"y": 339.222503662109
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.91,
|
||||
"width": 0.1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -1854.61291503906,
|
||||
"y": -129.616012573242
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.05,
|
||||
"columns": 9.9,
|
||||
"corner": 0.3,
|
||||
"mortar": 0.1,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.0,
|
||||
"row_offset": 0.0,
|
||||
"rows": 9.9
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "invert",
|
||||
"node_position": {
|
||||
"x": -1452.77575683594,
|
||||
"y": 25.1225318908691
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "rotate",
|
||||
"node_position": {
|
||||
"x": -1660.02221679688,
|
||||
"y": 10.1285715103149
|
||||
},
|
||||
"parameters": {
|
||||
"cx": 0.0,
|
||||
"cy": 0.0,
|
||||
"rotate": 45.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "rotate"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -578.30419921875,
|
||||
"y": -178.229736328125
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.1953125,
|
||||
"g": 0.1953125,
|
||||
"pos": 1.0,
|
||||
"r": 0.1953125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -660.836853027344,
|
||||
"y": 62.1692008972168
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.296875,
|
||||
"g": 0.296875,
|
||||
"pos": 1.0,
|
||||
"r": 0.296875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "decompose",
|
||||
"node_position": {
|
||||
"x": -317.133819580078,
|
||||
"y": 87.6824493408203
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "decompose"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
457
cracks.ptex
Normal file
457
cracks.ptex
Normal file
|
|
@ -0,0 +1,457 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "gradient_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "gradient",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 1,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "math_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 1,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "math_6",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_7",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_7",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_6",
|
||||
"from_port": 0,
|
||||
"to": "math_8",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_8",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_8",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/viscosity/project/assets/effects/cracks"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1132.98498535156,
|
||||
"y": -152.255004882812
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.229053203876202,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -1436.67492675781,
|
||||
"y": -183.460006713867
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 0.85,
|
||||
"scale_x": 4.0,
|
||||
"scale_y": 4.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 3605102592,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "gradient",
|
||||
"node_position": {
|
||||
"x": -1018.26470947266,
|
||||
"y": -502.141448974609
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.243137255311012,
|
||||
"g": 0.243137255311012,
|
||||
"pos": 0.0,
|
||||
"r": 0.243137255311012
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.5,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.243137255311012,
|
||||
"g": 0.243137255311012,
|
||||
"pos": 1.0,
|
||||
"r": 0.243137255311012
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"mirror": false,
|
||||
"repeat": 1.0,
|
||||
"rotate": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gradient"
|
||||
},
|
||||
{
|
||||
"name": "gradient_2",
|
||||
"node_position": {
|
||||
"x": -1013.2646484375,
|
||||
"y": -343.641448974609
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.243137255311012,
|
||||
"g": 0.243137255311012,
|
||||
"pos": 0.0,
|
||||
"r": 0.243137255311012
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.5,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.2421875,
|
||||
"g": 0.2421875,
|
||||
"pos": 1.0,
|
||||
"r": 0.2421875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"mirror": false,
|
||||
"repeat": 1.0,
|
||||
"rotate": 90.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gradient"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -779.764709472656,
|
||||
"y": -450.641510009766
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -760.107666015625,
|
||||
"y": 165.413558959961
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1091.77917480469,
|
||||
"y": 124.284965515137
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 1.0,
|
||||
"lacunarity": 1.0,
|
||||
"noise": 6.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.0,
|
||||
"scale_x": 4.0,
|
||||
"scale_y": 4.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": -381.88427734375,
|
||||
"y": 12.2697324752808
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_2",
|
||||
"node_position": {
|
||||
"x": -1538.20935058594,
|
||||
"y": 58.4197425842285
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 0.85,
|
||||
"scale_x": 6.0,
|
||||
"scale_y": 6.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -1144.18432617188,
|
||||
"y": -27.7152709960938
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.4,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_6",
|
||||
"node_position": {
|
||||
"x": -978.139343261719,
|
||||
"y": -107.575271606445
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -1277.43920898438,
|
||||
"y": 22.9046840667725
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.479133019080529,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "math_7",
|
||||
"node_position": {
|
||||
"x": -619.044250488281,
|
||||
"y": -422.780242919922
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.12,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -605.624267578125,
|
||||
"y": 25.3096694946289
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 1.52,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_8",
|
||||
"node_position": {
|
||||
"x": -826.174255371094,
|
||||
"y": -83.0403366088867
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 2.0,
|
||||
"op": 3.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
320
cubicle_wall.ptex
Normal file
320
cubicle_wall.ptex
Normal file
|
|
@ -0,0 +1,320 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gradient",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gradient",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 2
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/break-utopia/assets/textures/cubicle_board"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 137.285690307617,
|
||||
"y": 4.09808015823364
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "gradient",
|
||||
"node_position": {
|
||||
"x": -864.181396484375,
|
||||
"y": 439.421081542969
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 0,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.1232470036677,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.1232670036677,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.45912486626312,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.45914486626312,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.611796621988311,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.611816621988311,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.945658984915464,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.945678984915464,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"repeat": 1.0,
|
||||
"rotate": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gradient"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -923.603454589844,
|
||||
"y": 228.369934082031
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.97,
|
||||
"scale_x": 100.0,
|
||||
"scale_y": 100.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -569.835571289062,
|
||||
"y": 226.813140869141
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.5859375,
|
||||
"g": 0.5859375,
|
||||
"pos": 0.0,
|
||||
"r": 0.5859375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.67578125,
|
||||
"g": 0.67578125,
|
||||
"pos": 1.0,
|
||||
"r": 0.67578125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -351.066131591797,
|
||||
"y": 206.822814941406
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -568.825012207031,
|
||||
"y": 144.365631103516
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.7734375,
|
||||
"g": 0.7734375,
|
||||
"r": 0.7734375,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -605.505859375,
|
||||
"y": 552.349060058594
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"minimized": true,
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -600.487548828125,
|
||||
"y": 702.935791015625
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 2.0,
|
||||
"op": 3.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"minimized": true,
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -470.633575439453,
|
||||
"y": 703.009155273438
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.5,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
201
denim.ptex
Normal file
201
denim.ptex
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_3",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/material-projects/export/denim/denim"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 141.086013793945,
|
||||
"y": -133.100021362305
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.2,
|
||||
"normal": 1.0,
|
||||
"roughness": 0.76,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -288.813537597656,
|
||||
"y": -156.183044433594
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.119999997317791,
|
||||
"g": 0.0859599933028221,
|
||||
"pos": 0.0,
|
||||
"r": 0.0647999942302704
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.42578125,
|
||||
"g": 0.42578125,
|
||||
"pos": 1.0,
|
||||
"r": 0.42578125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -926.442321777344,
|
||||
"y": -171.831100463867
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 200.0,
|
||||
"scale_y": 200.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -926.842346191406,
|
||||
"y": 113.768920898438
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 5.0,
|
||||
"scale_y": 5.0
|
||||
},
|
||||
"seed_int": 1515081728,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -603.33935546875,
|
||||
"y": -69.2560958862305
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_3",
|
||||
"node_position": {
|
||||
"x": -584.703430175781,
|
||||
"y": 122.43620300293
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 200.0,
|
||||
"scale_y": 200.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -272.506408691406,
|
||||
"y": 56.3161926269531
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 11,
|
||||
"strength": 0.02
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
563
dirt.ptex
Normal file
563
dirt.ptex
Normal file
|
|
@ -0,0 +1,563 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm4_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "fbm4_3",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "scratches",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "tones_step_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4_4",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "portal",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "portal_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_8116",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/wave-survival-fps/project/assets/materials/environment/natural/dirt"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 296.450012207031,
|
||||
"y": 23.6500015258789
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1181.83837890625,
|
||||
"y": -384.006561279297
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 12.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.55,
|
||||
"scale_x": 5.0,
|
||||
"scale_y": 5.0
|
||||
},
|
||||
"seed_int": 3679815936,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_2",
|
||||
"node_position": {
|
||||
"x": -854.929626464844,
|
||||
"y": -11.516622543335
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 11.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 30.0,
|
||||
"scale_y": 30.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -506.468475341797,
|
||||
"y": -131.767181396484
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.76,
|
||||
"width": 0.1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -445.102783203125,
|
||||
"y": -325.944946289062
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.186813354492188,
|
||||
"g": 0.23654480278492,
|
||||
"pos": 0.0,
|
||||
"r": 0.30078125
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.23583984375,
|
||||
"g": 0.296132802963257,
|
||||
"pos": 1.0,
|
||||
"r": 0.328125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": 85.1798553466797,
|
||||
"y": 395.070526123047
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -197.849273681641,
|
||||
"y": -133.623107910156
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 0.62,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_3",
|
||||
"node_position": {
|
||||
"x": -839.626037597656,
|
||||
"y": -247.776336669922
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 2.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 2.0,
|
||||
"scale_y": 2.0
|
||||
},
|
||||
"seed_int": 640084736,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -484.130493164062,
|
||||
"y": -227.229797363281
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.65692138671875,
|
||||
"g": 0.734375,
|
||||
"pos": 0.645104041466346,
|
||||
"r": 0.71650105714798
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.47265625,
|
||||
"g": 0.79400634765625,
|
||||
"pos": 1.0,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_4",
|
||||
"node_position": {
|
||||
"x": -1252.60717773438,
|
||||
"y": 310.416412353516
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 11.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 10.0,
|
||||
"scale_y": 10.0
|
||||
},
|
||||
"seed_int": 1666966528,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "scratches",
|
||||
"node_position": {
|
||||
"x": -1100.4970703125,
|
||||
"y": 580.891479492188
|
||||
},
|
||||
"parameters": {
|
||||
"angle": -27.0,
|
||||
"layers": 12.0,
|
||||
"length": 0.1,
|
||||
"randomness": 0.9,
|
||||
"waviness": 0.0,
|
||||
"width": 0.33
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "scratches"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -814.382873535156,
|
||||
"y": 425.738098144531
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize_3",
|
||||
"node_position": {
|
||||
"x": -486.66943359375,
|
||||
"y": 12.4645719528198
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.47265625,
|
||||
"pos": 0.0,
|
||||
"r": 0.1920166015625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.53515625,
|
||||
"pos": 1.0,
|
||||
"r": 0.355377197265625
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_2",
|
||||
"node_position": {
|
||||
"x": -443.972808837891,
|
||||
"y": 123.237174987793
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.5,
|
||||
"width": 0.1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_3",
|
||||
"node_position": {
|
||||
"x": -1001.05639648438,
|
||||
"y": 368.9951171875
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.69,
|
||||
"width": 0.31
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -624.109313964844,
|
||||
"y": 731.300354003906
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.55,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -108.482070922852,
|
||||
"y": 233.759048461914
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": 33.6258773803711,
|
||||
"y": 230.178771972656
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.2,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"io": 0,
|
||||
"name": "portal",
|
||||
"node_position": {
|
||||
"x": -947.779113769531,
|
||||
"y": -290.801025390625
|
||||
},
|
||||
"parameters": {
|
||||
"link": "Base Noise"
|
||||
},
|
||||
"port_type": "f",
|
||||
"seed": 23620.0,
|
||||
"type": "portal"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"io": 1,
|
||||
"name": "portal_2",
|
||||
"node_position": {
|
||||
"x": -478.752227783203,
|
||||
"y": 686.381103515625
|
||||
},
|
||||
"parameters": {
|
||||
"link": "Base Noise"
|
||||
},
|
||||
"port_type": "f",
|
||||
"seed": -6480.0,
|
||||
"type": "portal"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -320.910919189453,
|
||||
"y": 689.618896484375
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.5,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
162
dust.ptex
Normal file
162
dust.ptex
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "perlin",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@@322",
|
||||
"node_position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/fighterpilot/godot/Graphics/Textures/exhaust"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 261.111115,
|
||||
"y": 40.277775
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 0.886275,
|
||||
"r": 0.560784,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1,
|
||||
"depth_scale": 0,
|
||||
"emission_energy": 1,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0,
|
||||
"normal": 1,
|
||||
"roughness": 1,
|
||||
"size": 11,
|
||||
"sss": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -1045,
|
||||
"y": -44
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 1,
|
||||
"radius": 1.16,
|
||||
"shape": 0,
|
||||
"sides": -7
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "perlin",
|
||||
"node_position": {
|
||||
"x": -1164,
|
||||
"y": 129
|
||||
},
|
||||
"parameters": {
|
||||
"iterations": 10,
|
||||
"persistence": 1,
|
||||
"scale_x": 2,
|
||||
"scale_y": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "perlin"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -768,
|
||||
"y": -13
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0,
|
||||
"default_in2": 0,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": 0.827542,
|
||||
"y": 37.749565
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0,
|
||||
"b": 0,
|
||||
"g": 0,
|
||||
"pos": 0,
|
||||
"r": 0
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 0.859375,
|
||||
"pos": 0.763384,
|
||||
"r": 0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
1
dust.ptex.mmcr
Normal file
1
dust.ptex.mmcr
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"name":"@@322","type":"graph","parameters":{},"node_position":{"x":0,"y":0},"seed_int":0,"label":"Graph","shortdesc":"","longdesc":"","nodes":[{"name":"Material","type":"material","parameters":{"albedo_color":{"type":"Color","r":0.560784,"g":0.886275,"b":1,"a":1},"metallic":0,"roughness":1,"emission_energy":1,"normal":1,"ao":1,"depth_scale":0,"flags_transparent":true,"sss":1,"size":11},"node_position":{"x":261.111115,"y":40.277775},"seed_int":0,"export_last_target":"Godot/Godot 4 Standard","export_paths":{"Godot/Godot 4 Standard":"/home/sara/Documents/gd-projects/fighterpilot/godot/Graphics/Textures/exhaust"}},{"name":"shape","type":"shape","parameters":{"shape":0,"sides":-7,"radius":1.16,"edge":1},"node_position":{"x":-1045,"y":-44},"seed_int":0},{"name":"perlin","type":"perlin","parameters":{"scale_x":2,"scale_y":2,"iterations":10,"persistence":1},"node_position":{"x":-1164,"y":129},"seed_int":0},{"name":"math","type":"math","parameters":{"op":2,"default_in1":0,"default_in2":0,"clamp":false},"node_position":{"x":-768,"y":-13},"seed_int":0},{"name":"colorize","type":"colorize","parameters":{"gradient":{"type":"Gradient","points":[{"pos":0,"r":0,"g":0,"b":0,"a":0},{"pos":0.763384,"r":0,"g":0.859375,"b":1,"a":1}],"interpolation":1}},"node_position":{"x":0.827542,"y":37.749565},"seed_int":0}],"connections":[{"from":"shape","from_port":0,"to":"math","to_port":0},{"from":"perlin","from_port":0,"to":"math","to_port":1},{"from":"colorize","from_port":0,"to":"Material","to_port":0},{"from":"colorize","from_port":0,"to":"Material","to_port":3},{"from":"math","from_port":0,"to":"colorize","to_port":0},{"from":"math","from_port":0,"to":"Material","to_port":7}]}
|
||||
217
escalator_steps.ptex
Normal file
217
escalator_steps.ptex
Normal file
|
|
@ -0,0 +1,217 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "tiler",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tiler",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tiler",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@Node@19565",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/escalator_steps"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 47.1074409484863,
|
||||
"y": -66.1157073974609
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -753.374694824219,
|
||||
"y": -63.4454689025879
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.04,
|
||||
"columns": 13.0,
|
||||
"corner": 0.0,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.16,
|
||||
"row_offset": 0.0,
|
||||
"rows": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -127.050590515137,
|
||||
"y": -72.7757873535156
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.27734375,
|
||||
"g": 0.27734375,
|
||||
"pos": 0.0,
|
||||
"r": 0.27734375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.43359375,
|
||||
"g": 0.43359375,
|
||||
"pos": 0.762984055739183,
|
||||
"r": 0.43359375
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "tiler",
|
||||
"node_position": {
|
||||
"x": -568.352478027344,
|
||||
"y": -81.5320129394531
|
||||
},
|
||||
"parameters": {
|
||||
"fixed_offset": 0.0,
|
||||
"inputs": 0.0,
|
||||
"offset": 0.0,
|
||||
"overlap": 2.0,
|
||||
"rotate": 0.0,
|
||||
"scale": 0.0,
|
||||
"scale_x": 0.5,
|
||||
"scale_y": 1.1,
|
||||
"tx": 2.0,
|
||||
"ty": 2.0,
|
||||
"value": 0.0,
|
||||
"variations": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tiler"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -331.968353271484,
|
||||
"y": 133.433456420898
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.14,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -150.095504760742,
|
||||
"y": 56.0753211975098
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 0.11
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -117.037643432617,
|
||||
"y": 233.761291503906
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.09,
|
||||
"default_in2": 0.0,
|
||||
"op": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
321
fabric.ptex
Normal file
321
fabric.ptex
Normal file
|
|
@ -0,0 +1,321 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "pattern",
|
||||
"from_port": 0,
|
||||
"to": "graph",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "graph",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/material-projects/export/fabric/fabric"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": -20.0,
|
||||
"y": -20.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "pattern",
|
||||
"node_position": {
|
||||
"x": -1120.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"parameters": {
|
||||
"mix": 4.0,
|
||||
"x_scale": 200.0,
|
||||
"x_wave": 0.0,
|
||||
"y_scale": 200.0,
|
||||
"y_wave": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "pattern"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -900.0,
|
||||
"y": -20.0
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 2.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 100.0,
|
||||
"scale_y": 100.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -620.0,
|
||||
"y": -20.0
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -280.0,
|
||||
"y": -20.0
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.78125,
|
||||
"g": 0.78125,
|
||||
"pos": 1.0,
|
||||
"r": 0.78125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"minimized": true,
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -280.0,
|
||||
"y": 80.0
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 0.05
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "gen_outputs",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gen_inputs",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Scale",
|
||||
"longdesc": "",
|
||||
"name": "graph",
|
||||
"node_position": {
|
||||
"x": -820.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -1220.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.7,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -920.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.7,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "gen_inputs",
|
||||
"node_position": {
|
||||
"x": -1700.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"ports": [
|
||||
{
|
||||
"group_size": 0.0,
|
||||
"name": "input",
|
||||
"type": "f"
|
||||
}
|
||||
],
|
||||
"seed_int": 0,
|
||||
"type": "ios"
|
||||
},
|
||||
{
|
||||
"name": "gen_outputs",
|
||||
"node_position": {
|
||||
"x": -620.0,
|
||||
"y": 200.0
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"ports": [
|
||||
{
|
||||
"name": "output",
|
||||
"type": "f"
|
||||
}
|
||||
],
|
||||
"seed_int": 0,
|
||||
"type": "ios"
|
||||
},
|
||||
{
|
||||
"name": "gen_parameters",
|
||||
"node_position": {
|
||||
"x": -1700.0,
|
||||
"y": 380.0
|
||||
},
|
||||
"parameters": {
|
||||
"scale": 0.7
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "remote",
|
||||
"widgets": [
|
||||
{
|
||||
"label": "Unnamed",
|
||||
"linked_widgets": [
|
||||
{
|
||||
"node": "math_2",
|
||||
"widget": "default_in2"
|
||||
},
|
||||
{
|
||||
"node": "math_3",
|
||||
"widget": "default_in2"
|
||||
}
|
||||
],
|
||||
"name": "scale",
|
||||
"type": "linked_control"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"scale": 0.7
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
544
farmland.ptex
Normal file
544
farmland.ptex
Normal file
|
|
@ -0,0 +1,544 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "transform2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "quantize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "quantize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "scratches_2",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "scratches",
|
||||
"from_port": 0,
|
||||
"to": "math_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "math_6",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math_7",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "math_7",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_6",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_7",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_867",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/project/assets/textures/terrain/farmland"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": -7.0,
|
||||
"y": -27.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1170.5,
|
||||
"y": -183.0
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.5,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 1.0,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2",
|
||||
"node_position": {
|
||||
"x": -992.5,
|
||||
"y": -160.0
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 1.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 0.3333333,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.0,
|
||||
"translate_y": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -1316.98596191406,
|
||||
"y": 58.2989921569824
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"noise": 6.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.31,
|
||||
"scale_x": 4.0,
|
||||
"scale_y": 6.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -361.500030517578,
|
||||
"y": -193.347106933594
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.113296508789062,
|
||||
"g": 0.120083346962929,
|
||||
"pos": 0.0,
|
||||
"r": 0.12890625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.139541625976562,
|
||||
"g": 0.179549559950829,
|
||||
"pos": 0.374545415242513,
|
||||
"r": 0.23046875
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.372549027204514,
|
||||
"g": 0.431372553110123,
|
||||
"pos": 1.0,
|
||||
"r": 0.505882382392883
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1537.61096191406,
|
||||
"y": 292.290405273438
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 8.0,
|
||||
"noise": 1.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.42,
|
||||
"scale_x": 10.0,
|
||||
"scale_y": 10.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -256.859008789062,
|
||||
"y": 37.4149856567383
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"generic_size": 3,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -668.2197265625,
|
||||
"y": -99.0176773071289
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.48,
|
||||
"amount2": 0.46,
|
||||
"amount3": 0.25,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -577.870422363281,
|
||||
"y": 346.844818115234
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 1.0,
|
||||
"radius": 1.0,
|
||||
"shape": 0.0,
|
||||
"sides": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -413.95458984375,
|
||||
"y": 206.818176269531
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -263.95458984375,
|
||||
"y": 243.818176269531
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 1.25,
|
||||
"contrast": 3.73
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "quantize",
|
||||
"node_position": {
|
||||
"x": -1067.89904785156,
|
||||
"y": 54.9021949768066
|
||||
},
|
||||
"parameters": {
|
||||
"steps": 4.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "quantize"
|
||||
},
|
||||
{
|
||||
"name": "scratches",
|
||||
"node_position": {
|
||||
"x": -1528.41052246094,
|
||||
"y": 499.912994384766
|
||||
},
|
||||
"parameters": {
|
||||
"angle": 180.0,
|
||||
"layers": 12.0,
|
||||
"length": 0.75,
|
||||
"randomness": 1.0,
|
||||
"waviness": 0.16,
|
||||
"width": 5.32
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "scratches"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -979.176452636719,
|
||||
"y": 219.510467529297
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.21,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "scratches_2",
|
||||
"node_position": {
|
||||
"x": -1511.93762207031,
|
||||
"y": 688.640747070312
|
||||
},
|
||||
"parameters": {
|
||||
"angle": 180.0,
|
||||
"layers": 10.0,
|
||||
"length": 0.69,
|
||||
"randomness": 1.0,
|
||||
"waviness": 0.55,
|
||||
"width": 6.53
|
||||
},
|
||||
"seed_int": 1456767744,
|
||||
"type": "scratches"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -1270.61779785156,
|
||||
"y": 666.802062988281
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.5,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_2",
|
||||
"node_position": {
|
||||
"x": -900.677795410156,
|
||||
"y": 490.121643066406
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.16,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_6",
|
||||
"node_position": {
|
||||
"x": -1108.06762695312,
|
||||
"y": 274.442230224609
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_7",
|
||||
"node_position": {
|
||||
"x": -1051.41040039062,
|
||||
"y": 522.954772949219
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -1014.21380615234,
|
||||
"y": 126.678024291992
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.50390625,
|
||||
"g": 0.50390625,
|
||||
"r": 0.50390625,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -920.127014160156,
|
||||
"y": 387.075531005859
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.80078125,
|
||||
"g": 0.80078125,
|
||||
"r": 0.80078125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
348
gravel.ptex
Normal file
348
gravel.ptex
Normal file
|
|
@ -0,0 +1,348 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
},
|
||||
{
|
||||
"from": "uniform_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_3",
|
||||
"from_port": 1,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 1,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 1,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "gaussian_blur",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gaussian_blur",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gaussian_blur",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_89193",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/project/assets/textures/terrain/gravel"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 356.0,
|
||||
"y": 32.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -1686.0,
|
||||
"y": -20.1818161010742
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 1.0,
|
||||
"noise": 9.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 100.0,
|
||||
"scale_y": 100.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1701.47729492188,
|
||||
"y": 384.909118652344
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 1.0,
|
||||
"noise": 9.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 100.0,
|
||||
"scale_y": 100.0
|
||||
},
|
||||
"seed_int": 1010637632,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"generic_size": 3,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -553.049987792969,
|
||||
"y": 93.0909118652344
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"amount3": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -709.561645507812,
|
||||
"y": -247.501098632812
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.334854125976562,
|
||||
"g": 0.380741357803345,
|
||||
"r": 0.41015625,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -800.884399414062,
|
||||
"y": -168.123962402344
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.5234375,
|
||||
"g": 0.5234375,
|
||||
"r": 0.5234375,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_3",
|
||||
"node_position": {
|
||||
"x": -972.165344238281,
|
||||
"y": 266.033081054688
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.54296875,
|
||||
"g": 0.54296875,
|
||||
"r": 0.54296875,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_4",
|
||||
"node_position": {
|
||||
"x": -981.376098632812,
|
||||
"y": 124.541320800781
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.574859619140625,
|
||||
"g": 0.596393823623657,
|
||||
"r": 0.62890625,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -938.272644042969,
|
||||
"y": -58.636360168457
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 0.0,
|
||||
"randomness": 0.85,
|
||||
"scale_x": 3.0,
|
||||
"scale_y": 3.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 812776128,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_2",
|
||||
"node_position": {
|
||||
"x": -1213.85302734375,
|
||||
"y": 154.772064208984
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 0.0,
|
||||
"randomness": 0.85,
|
||||
"scale_x": 10.0,
|
||||
"scale_y": 10.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 3161158400,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_3",
|
||||
"node_position": {
|
||||
"x": -934.533081054688,
|
||||
"y": 366.780975341797
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 0.0,
|
||||
"randomness": 0.85,
|
||||
"scale_x": 10.0,
|
||||
"scale_y": 10.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 1900064896,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": 24.1087799072266,
|
||||
"y": 84.1591186523438
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -370.593292236328,
|
||||
"y": 592.712768554688
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 0.91,
|
||||
"contrast": 8.71
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"name": "gaussian_blur",
|
||||
"node_position": {
|
||||
"x": -289.53955078125,
|
||||
"y": 8.73944091796875
|
||||
},
|
||||
"parameters": {
|
||||
"param0": 10,
|
||||
"param1": 3.3,
|
||||
"param2": 0.0,
|
||||
"param3": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gaussian_blur"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
521
impact.ptex
Normal file
521
impact.ptex
Normal file
|
|
@ -0,0 +1,521 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "shard_fbm",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "shard_fbm_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "radial_gradient_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "radial_gradient_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_4",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "radial_gradient",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_3",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/break-utopia/project/assets/decals/impact/impact"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "radial_gradient",
|
||||
"node_position": {
|
||||
"x": -828.093566894531,
|
||||
"y": 32.7162971496582
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.660263662263164,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"repeat": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "radial_gradient"
|
||||
},
|
||||
{
|
||||
"name": "shard_fbm",
|
||||
"node_position": {
|
||||
"x": -1753.52160644531,
|
||||
"y": 255.983261108398
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iter": 5.0,
|
||||
"off": 0.0,
|
||||
"per": 0.31,
|
||||
"sharp": 1.0,
|
||||
"sx": 20.0,
|
||||
"sy": 20.0
|
||||
},
|
||||
"seed_int": 3625915136,
|
||||
"type": "shard_fbm"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -273.139526367188,
|
||||
"y": 148.324203491211
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1513.71862792969,
|
||||
"y": 252.237747192383
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.472506136507601,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -1149.62170410156,
|
||||
"y": 269.603271484375
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "shard_fbm_2",
|
||||
"node_position": {
|
||||
"x": -1755.02172851562,
|
||||
"y": 469.183380126953
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iter": 5.0,
|
||||
"off": 0.0,
|
||||
"per": 0.31,
|
||||
"sharp": 1.0,
|
||||
"sx": 22.0,
|
||||
"sy": 22.0
|
||||
},
|
||||
"seed_int": 2559677440,
|
||||
"type": "shard_fbm"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -1512.63830566406,
|
||||
"y": 464.747283935547
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.433221765466638,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.125,
|
||||
"g": 0.125,
|
||||
"pos": 0.779461834881757,
|
||||
"r": 0.125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "radial_gradient_2",
|
||||
"node_position": {
|
||||
"x": -1508.32861328125,
|
||||
"y": 552.066772460938
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.483645461675689,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"repeat": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "radial_gradient"
|
||||
},
|
||||
{
|
||||
"name": "radial_gradient_3",
|
||||
"node_position": {
|
||||
"x": -1562.93725585938,
|
||||
"y": 338.10888671875
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.201521745816929,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.737414502722072,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"repeat": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "radial_gradient"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -1441.20520019531,
|
||||
"y": 161.875213623047
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"r": 0.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -537.534545898438,
|
||||
"y": 246.13151550293
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.33,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "colorize_3",
|
||||
"node_position": {
|
||||
"x": -261.859741210938,
|
||||
"y": 57.7814636230469
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.25390625,
|
||||
"g": 0.25390625,
|
||||
"pos": 0.396081048089105,
|
||||
"r": 0.25390625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.4296875,
|
||||
"g": 0.4296875,
|
||||
"pos": 0.616824588260135,
|
||||
"r": 0.4296875
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.29296875,
|
||||
"g": 0.29296875,
|
||||
"pos": 1.0,
|
||||
"r": 0.29296875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_4",
|
||||
"node_position": {
|
||||
"x": -241.597732543945,
|
||||
"y": 315.291809082031
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 0,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0639404731156444,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.0639604731156444,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -861.870300292969,
|
||||
"y": 134.038940429688
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 5.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -948.650207519531,
|
||||
"y": -176.449462890625
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 14.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
732
kaleidoscope.ptex
Normal file
732
kaleidoscope.ptex
Normal file
|
|
@ -0,0 +1,732 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "tones_step_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "uniform_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_position",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_position",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 8
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 0,
|
||||
"to": "mirror",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 1,
|
||||
"to": "mirror",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "mirror_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 1,
|
||||
"to": "mirror_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 1,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_6",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 10
|
||||
},
|
||||
{
|
||||
"from": "uniform_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 9
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_822",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/kaleidoscope_mosaic"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 238.966522216797,
|
||||
"y": 15.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 0.0,
|
||||
"depth_scale": 0.28,
|
||||
"emission_energy": 0.03,
|
||||
"flags_transparent": true,
|
||||
"metallic": 1.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 0.19,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -2338.4306640625,
|
||||
"y": -149.835464477539
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 8.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 275430592,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -450.683288574219,
|
||||
"y": 165.146591186523
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.0,
|
||||
"default_in2": 1.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -83.4151458740234,
|
||||
"y": 121.820297241211
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": -2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -119.410362243652,
|
||||
"y": -108.761665344238
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 0.0,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "kaleidoscope2",
|
||||
"node_position": {
|
||||
"x": -891.925231933594,
|
||||
"y": -160.708953857422
|
||||
},
|
||||
"parameters": {
|
||||
"count": 6.0,
|
||||
"offset": -51.1,
|
||||
"variations": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "kaleidoscope2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey",
|
||||
"node_position": {
|
||||
"x": -2219.01245117188,
|
||||
"y": -551.683471679688
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"generic_size": 5,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -1168.36022949219,
|
||||
"y": -558.80224609375
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"amount3": 1.0,
|
||||
"amount4": 1.0,
|
||||
"amount5": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0,
|
||||
"blend_type4": 0.0,
|
||||
"blend_type5": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -1397.87744140625,
|
||||
"y": -779.822998046875
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.709803938865662,
|
||||
"g": 0.0,
|
||||
"r": 0.504626214504242,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -1365.61755371094,
|
||||
"y": -208.354873657227
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.61328125,
|
||||
"g": 0.61328125,
|
||||
"r": 0.61328125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_2",
|
||||
"node_position": {
|
||||
"x": -2741.39868164062,
|
||||
"y": -36.0458145141602
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 13.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 1969962752,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey_2",
|
||||
"node_position": {
|
||||
"x": -2365.78198242188,
|
||||
"y": 133.540725708008
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -2083.01220703125,
|
||||
"y": 183.16276550293
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.93,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -1716.83752441406,
|
||||
"y": -571.574768066406
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -1796.50622558594,
|
||||
"y": 70.6974639892578
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_2",
|
||||
"node_position": {
|
||||
"x": -1487.27478027344,
|
||||
"y": -680.126281738281
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.91,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_3",
|
||||
"node_position": {
|
||||
"x": -1486.32653808594,
|
||||
"y": -470.027679443359
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.61,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_3",
|
||||
"node_position": {
|
||||
"x": -1471.37463378906,
|
||||
"y": -554.559143066406
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 0.517647087574005,
|
||||
"r": 0.544025778770447,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_4",
|
||||
"node_position": {
|
||||
"x": -1474.66870117188,
|
||||
"y": -359.737548828125
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 0.48828125,
|
||||
"r": 0.672901451587677,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_4",
|
||||
"node_position": {
|
||||
"x": -1509.37609863281,
|
||||
"y": -278.166839599609
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.42,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_position",
|
||||
"node_position": {
|
||||
"x": -2188.81665039062,
|
||||
"y": -437.088958740234
|
||||
},
|
||||
"parameters": {
|
||||
"axis": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_position2"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": -1744.63671875,
|
||||
"y": -203.888168334961
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.6,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_5",
|
||||
"node_position": {
|
||||
"x": -1386.91162109375,
|
||||
"y": -125.679267883301
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.77,
|
||||
"width": 0.33
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -1370.92993164062,
|
||||
"y": 99.4041061401367
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror",
|
||||
"node_position": {
|
||||
"x": -612.992492675781,
|
||||
"y": -72.5760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 0.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror_2",
|
||||
"node_position": {
|
||||
"x": -445.401550292969,
|
||||
"y": -79.0760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 1.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_6",
|
||||
"node_position": {
|
||||
"x": -1344.83129882812,
|
||||
"y": 243.419052124023
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.02,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_5",
|
||||
"node_position": {
|
||||
"x": -1315.98461914062,
|
||||
"y": -9.92054462432861
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast_2",
|
||||
"node_position": {
|
||||
"x": -281.266815185547,
|
||||
"y": 241.564010620117
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -0.51,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"scroll_offset": {
|
||||
"x": -876.447021484375,
|
||||
"y": -468.21240234375
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
752
kaleidoscope_gray.ptex
Normal file
752
kaleidoscope_gray.ptex
Normal file
|
|
@ -0,0 +1,752 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "tones_step_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "uniform_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_position",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_position",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 8
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 0,
|
||||
"to": "mirror",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 1,
|
||||
"to": "mirror",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "mirror_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 1,
|
||||
"to": "mirror_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 1,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_6",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 10
|
||||
},
|
||||
{
|
||||
"from": "uniform_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 9
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "adjust_hsv",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "adjust_hsv",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_822",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/kaleidoscope_mosaic"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 238.966522216797,
|
||||
"y": 15.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 0.0,
|
||||
"depth_scale": 0.28,
|
||||
"emission_energy": 0.16,
|
||||
"flags_transparent": true,
|
||||
"metallic": 1.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 0.19,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -2338.4306640625,
|
||||
"y": -149.835464477539
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 8.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 275430592,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -450.683288574219,
|
||||
"y": 165.146591186523
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.0,
|
||||
"default_in2": 1.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -83.4151458740234,
|
||||
"y": 121.820297241211
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": -2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -119.410362243652,
|
||||
"y": -108.761665344238
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 0.0,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "kaleidoscope2",
|
||||
"node_position": {
|
||||
"x": -891.925231933594,
|
||||
"y": -160.708953857422
|
||||
},
|
||||
"parameters": {
|
||||
"count": 6.0,
|
||||
"offset": -51.1,
|
||||
"variations": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "kaleidoscope2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey",
|
||||
"node_position": {
|
||||
"x": -2219.01245117188,
|
||||
"y": -551.683471679688
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"generic_size": 5,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -1168.36022949219,
|
||||
"y": -558.80224609375
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"amount3": 1.0,
|
||||
"amount4": 1.0,
|
||||
"amount5": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0,
|
||||
"blend_type4": 0.0,
|
||||
"blend_type5": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -1397.87744140625,
|
||||
"y": -779.822998046875
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.709803938865662,
|
||||
"g": 0.0,
|
||||
"r": 0.504626214504242,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -1365.61755371094,
|
||||
"y": -208.354873657227
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.61328125,
|
||||
"g": 0.61328125,
|
||||
"r": 0.61328125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_2",
|
||||
"node_position": {
|
||||
"x": -2741.39868164062,
|
||||
"y": -36.0458145141602
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 13.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 1969962752,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey_2",
|
||||
"node_position": {
|
||||
"x": -2365.78198242188,
|
||||
"y": 133.540725708008
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -2083.01220703125,
|
||||
"y": 183.16276550293
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.93,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -1716.83752441406,
|
||||
"y": -571.574768066406
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -1796.50622558594,
|
||||
"y": 70.6974639892578
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_2",
|
||||
"node_position": {
|
||||
"x": -1487.27478027344,
|
||||
"y": -680.126281738281
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.91,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_3",
|
||||
"node_position": {
|
||||
"x": -1486.32653808594,
|
||||
"y": -470.027679443359
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.61,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_3",
|
||||
"node_position": {
|
||||
"x": -1471.37463378906,
|
||||
"y": -554.559143066406
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 0.517647087574005,
|
||||
"r": 0.544025778770447,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_4",
|
||||
"node_position": {
|
||||
"x": -1474.66870117188,
|
||||
"y": -359.737548828125
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 0.48828125,
|
||||
"r": 0.672901451587677,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_4",
|
||||
"node_position": {
|
||||
"x": -1509.37609863281,
|
||||
"y": -278.166839599609
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.42,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_position",
|
||||
"node_position": {
|
||||
"x": -2188.81665039062,
|
||||
"y": -437.088958740234
|
||||
},
|
||||
"parameters": {
|
||||
"axis": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_position2"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": -1744.63671875,
|
||||
"y": -203.888168334961
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.6,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_5",
|
||||
"node_position": {
|
||||
"x": -1386.91162109375,
|
||||
"y": -125.679267883301
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.77,
|
||||
"width": 0.33
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -1370.92993164062,
|
||||
"y": 99.4041061401367
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror",
|
||||
"node_position": {
|
||||
"x": -612.992492675781,
|
||||
"y": -72.5760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 0.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror_2",
|
||||
"node_position": {
|
||||
"x": -445.401550292969,
|
||||
"y": -79.0760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 1.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_6",
|
||||
"node_position": {
|
||||
"x": -1344.83129882812,
|
||||
"y": 243.419052124023
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.02,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_5",
|
||||
"node_position": {
|
||||
"x": -1315.98461914062,
|
||||
"y": -9.92054462432861
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast_2",
|
||||
"node_position": {
|
||||
"x": -281.266815185547,
|
||||
"y": 241.564010620117
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -0.51,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"name": "adjust_hsv",
|
||||
"node_position": {
|
||||
"x": -880.447021484375,
|
||||
"y": -522.21240234375
|
||||
},
|
||||
"parameters": {
|
||||
"hue": -0.483333333333333,
|
||||
"saturation": 0.0,
|
||||
"value": 0.933333333333333
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "adjust_hsv"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"scroll_offset": {
|
||||
"x": -876.447021484375,
|
||||
"y": -468.21240234375
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
732
kaleidoscope_red.ptex
Normal file
732
kaleidoscope_red.ptex
Normal file
|
|
@ -0,0 +1,732 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_random_grey_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "voronoi2_2",
|
||||
"from_port": 1,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "tones_step_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "uniform_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 2,
|
||||
"to": "fill_to_position",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_position",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 8
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 0,
|
||||
"to": "mirror",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "kaleidoscope2",
|
||||
"from_port": 1,
|
||||
"to": "mirror",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "mirror_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 1,
|
||||
"to": "mirror_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 1,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "kaleidoscope2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step_6",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 10
|
||||
},
|
||||
{
|
||||
"from": "uniform_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 9
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast_2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_822",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/kaleidoscope_mosaic_red"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 238.966522216797,
|
||||
"y": 15.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 0.0,
|
||||
"depth_scale": 0.28,
|
||||
"emission_energy": 0.03,
|
||||
"flags_transparent": true,
|
||||
"metallic": 1.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 0.19,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -2338.4306640625,
|
||||
"y": -149.835464477539
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 8.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 275430592,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -450.683288574219,
|
||||
"y": 165.146591186523
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.0,
|
||||
"default_in2": 1.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -83.4151458740234,
|
||||
"y": 121.820297241211
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": -2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -119.410362243652,
|
||||
"y": -108.761665344238
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 0.0,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "kaleidoscope2",
|
||||
"node_position": {
|
||||
"x": -891.925231933594,
|
||||
"y": -160.708953857422
|
||||
},
|
||||
"parameters": {
|
||||
"count": 6.0,
|
||||
"offset": -51.1,
|
||||
"variations": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "kaleidoscope2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey",
|
||||
"node_position": {
|
||||
"x": -2219.01245117188,
|
||||
"y": -551.683471679688
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"generic_size": 5,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -1168.36022949219,
|
||||
"y": -558.80224609375
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"amount3": 1.0,
|
||||
"amount4": 1.0,
|
||||
"amount5": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0,
|
||||
"blend_type4": 0.0,
|
||||
"blend_type5": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -1397.87744140625,
|
||||
"y": -779.822998046875
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"r": 0.709803938865662,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -1365.61755371094,
|
||||
"y": -208.354873657227
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.61328125,
|
||||
"g": 0.61328125,
|
||||
"r": 0.61328125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2_2",
|
||||
"node_position": {
|
||||
"x": -2741.39868164062,
|
||||
"y": -36.0458145141602
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 13.0,
|
||||
"scale_y": 9.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 1969962752,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey_2",
|
||||
"node_position": {
|
||||
"x": -2365.78198242188,
|
||||
"y": 133.540725708008
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -2083.01220703125,
|
||||
"y": 183.16276550293
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.93,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -1716.83752441406,
|
||||
"y": -571.574768066406
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -1796.50622558594,
|
||||
"y": 70.6974639892578
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_2",
|
||||
"node_position": {
|
||||
"x": -1487.27478027344,
|
||||
"y": -680.126281738281
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.91,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_3",
|
||||
"node_position": {
|
||||
"x": -1486.32653808594,
|
||||
"y": -470.027679443359
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.61,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_3",
|
||||
"node_position": {
|
||||
"x": -1471.37463378906,
|
||||
"y": -554.559143066406
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.517647087574005,
|
||||
"g": 0.608088254928589,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_4",
|
||||
"node_position": {
|
||||
"x": -1474.66870117188,
|
||||
"y": -359.737548828125
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.490196108818054,
|
||||
"g": 0.490196108818054,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_4",
|
||||
"node_position": {
|
||||
"x": -1509.37609863281,
|
||||
"y": -278.166839599609
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.42,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_position",
|
||||
"node_position": {
|
||||
"x": -2188.81665039062,
|
||||
"y": -437.088958740234
|
||||
},
|
||||
"parameters": {
|
||||
"axis": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_position2"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": -1744.63671875,
|
||||
"y": -203.888168334961
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.6,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_5",
|
||||
"node_position": {
|
||||
"x": -1386.91162109375,
|
||||
"y": -125.679267883301
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.77,
|
||||
"width": 0.33
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -1370.92993164062,
|
||||
"y": 99.4041061401367
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror",
|
||||
"node_position": {
|
||||
"x": -612.992492675781,
|
||||
"y": -72.5760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 0.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "mirror_2",
|
||||
"node_position": {
|
||||
"x": -445.401550292969,
|
||||
"y": -79.0760345458984
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 1.0,
|
||||
"flip_sides": true,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"name": "tones_step_6",
|
||||
"node_position": {
|
||||
"x": -1344.83129882812,
|
||||
"y": 243.419052124023
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.02,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "uniform_5",
|
||||
"node_position": {
|
||||
"x": -1315.98461914062,
|
||||
"y": -9.92054462432861
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast_2",
|
||||
"node_position": {
|
||||
"x": -281.266815185547,
|
||||
"y": 241.564010620117
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -0.51,
|
||||
"contrast": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"scroll_offset": {
|
||||
"x": -876.447021484375,
|
||||
"y": -468.21240234375
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
482
klinkers.ptex
Normal file
482
klinkers.ptex
Normal file
|
|
@ -0,0 +1,482 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 1,
|
||||
"to": "fill_to_random_grey",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fill_to_random_grey",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "fbm3_3",
|
||||
"from_port": 0,
|
||||
"to": "colorize_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_4",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "invert",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "shape",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_46706",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/project/assets/textures/terrain/klinkers"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": -119.635185241699,
|
||||
"y": -302.976776123047
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -2053.29760742188,
|
||||
"y": -265.446807861328
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.03,
|
||||
"columns": 2.0,
|
||||
"corner": 0.5,
|
||||
"mortar": 0.0,
|
||||
"pattern": 3.0,
|
||||
"repeat": 2.0,
|
||||
"round": 0.02,
|
||||
"row_offset": 0.5,
|
||||
"rows": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -1590.18188476562,
|
||||
"y": -445.297637939453
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 1.0,
|
||||
"scale_x": 32.0,
|
||||
"scale_y": 32.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1242.51940917969,
|
||||
"y": -334.998840332031
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.41796875,
|
||||
"g": 0.41796875,
|
||||
"pos": 0.0,
|
||||
"r": 0.41796875
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.160751342773438,
|
||||
"g": 0.160751342773438,
|
||||
"pos": 1.0,
|
||||
"r": 0.16796875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -945.830627441406,
|
||||
"y": -720.712158203125
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.318618774414062,
|
||||
"g": 0.390052169561386,
|
||||
"pos": 0.0,
|
||||
"r": 0.61328125
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.130462646484375,
|
||||
"g": 0.271911591291428,
|
||||
"pos": 1.0,
|
||||
"r": 0.66796875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1588.19506835938,
|
||||
"y": -664.279602050781
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 1.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -805.040588378906,
|
||||
"y": -340.884094238281
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.31,
|
||||
"amount2": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "fill_to_random_grey",
|
||||
"node_position": {
|
||||
"x": -1611.94848632812,
|
||||
"y": -741.487426757812
|
||||
},
|
||||
"parameters": {
|
||||
"edgecolor": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fill_to_random_grey2"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -1136.18151855469,
|
||||
"y": -726.927124023438
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -1282.95812988281,
|
||||
"y": -51.4822387695312
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "invert",
|
||||
"node_position": {
|
||||
"x": -1490.12072753906,
|
||||
"y": -212.093780517578
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_3",
|
||||
"node_position": {
|
||||
"x": -1261.62963867188,
|
||||
"y": -559.2392578125
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 9.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 30.0,
|
||||
"scale_y": 30.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize_3",
|
||||
"node_position": {
|
||||
"x": -1008.44775390625,
|
||||
"y": -530.148315429688
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.618140505071272,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -1580.40979003906,
|
||||
"y": -62.8763809204102
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.24,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_4",
|
||||
"node_position": {
|
||||
"x": -2000.86450195312,
|
||||
"y": 164.704376220703
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 13.0,
|
||||
"scale_y": 13.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -1709.55285644531,
|
||||
"y": -62.8013954162598
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -508.113159179688,
|
||||
"y": -143.335647583008
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": 1.0,
|
||||
"contrast": 8.04
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -267.295989990234,
|
||||
"y": -126.053237915039
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 0.0,
|
||||
"radius": 2.1,
|
||||
"shape": 0.0,
|
||||
"sides": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
228
leather.ptex
Normal file
228
leather.ptex
Normal file
|
|
@ -0,0 +1,228 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_map",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_map",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "voronoi2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/material-projects/export/denim/denim"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.29,
|
||||
"normal": 1.0,
|
||||
"roughness": 0.91,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -1029.55004882812,
|
||||
"y": -178.375274658203
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 9.0,
|
||||
"scale_y": 1.0
|
||||
},
|
||||
"seed_int": 1375053824,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1035.29699707031,
|
||||
"y": 65.313720703125
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 1,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 9.0,
|
||||
"scale_y": 9.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -779.796997070312,
|
||||
"y": -138.186279296875
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -490.796997070312,
|
||||
"y": -102.186279296875
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0546875,
|
||||
"g": 0.046142578125,
|
||||
"pos": 0.0,
|
||||
"r": 0.047210693359375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.2265625,
|
||||
"g": 0.213328838348389,
|
||||
"pos": 1.0,
|
||||
"r": 0.20709228515625
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "tones_map",
|
||||
"node_position": {
|
||||
"x": -484.796997070312,
|
||||
"y": 47.813720703125
|
||||
},
|
||||
"parameters": {
|
||||
"in_max": 1.0,
|
||||
"in_min": 0.0,
|
||||
"out_max": 0.92,
|
||||
"out_min": 0.78
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_map"
|
||||
},
|
||||
{
|
||||
"name": "voronoi2",
|
||||
"node_position": {
|
||||
"x": -631.755981445312,
|
||||
"y": 211.64973449707
|
||||
},
|
||||
"parameters": {
|
||||
"intensity": 1.0,
|
||||
"randomness": 1.0,
|
||||
"scale_x": 125.0,
|
||||
"scale_y": 125.0,
|
||||
"stretch_x": 1.0,
|
||||
"stretch_y": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "voronoi2"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -294.347442626953,
|
||||
"y": 236.273208618164
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0,
|
||||
"size": 10.0,
|
||||
"strength": -0.03
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
813
metal_plates.ptex
Normal file
813
metal_plates.ptex
Normal file
|
|
@ -0,0 +1,813 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "shape_2",
|
||||
"from_port": 0,
|
||||
"to": "transform2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "shape_3",
|
||||
"from_port": 0,
|
||||
"to": "transform2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_5",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_6",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_6",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 5
|
||||
},
|
||||
{
|
||||
"from": "transform2_7",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "transform2_7",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 9
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_7",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_8",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_8",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 11
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_9",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_9",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 13
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_10",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_10",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 15
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_11",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "transform2_11",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 17
|
||||
},
|
||||
{
|
||||
"from": "transform2_12",
|
||||
"from_port": 0,
|
||||
"to": "blend2_2",
|
||||
"to_port": 19
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "transform2_12",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "blend2_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2_4",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "mirror_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2_3",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "mirror_2",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "mirror",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "blend2_2",
|
||||
"from_port": 0,
|
||||
"to": "mirror",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "__357",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/interactive-callout/models/textures/steel_plate"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 840.960144042969,
|
||||
"y": -11.5200033187866
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -1686.83337402344,
|
||||
"y": 153.166656494141
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 0.61,
|
||||
"radius": 0.025,
|
||||
"shape": 0.0,
|
||||
"sides": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "shape_2",
|
||||
"node_position": {
|
||||
"x": -2255.65991210938,
|
||||
"y": 308.783935546875
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 0.02,
|
||||
"radius": 1.0,
|
||||
"shape": 1.0,
|
||||
"sides": 4.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2",
|
||||
"node_position": {
|
||||
"x": -2054.58715820312,
|
||||
"y": 307.776214599609
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 0.0049,
|
||||
"scale_y": 0.01443,
|
||||
"translate_x": 0.0,
|
||||
"translate_y": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -1512.65893554688,
|
||||
"y": 144.559478759766
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.390625,
|
||||
"g": 0.390625,
|
||||
"pos": 0.153403,
|
||||
"r": 0.390625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.22265599668026,
|
||||
"g": 0.22265599668026,
|
||||
"pos": 0.206012,
|
||||
"r": 0.22265599668026
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.574218988418579,
|
||||
"g": 0.574218988418579,
|
||||
"pos": 1.0,
|
||||
"r": 0.574218988418579
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -1513.35339355469,
|
||||
"y": 302.892761230469
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.431532,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.242188006639481,
|
||||
"g": 0.242188006639481,
|
||||
"pos": 1.0,
|
||||
"r": 0.242188006639481
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -1282.40893554688,
|
||||
"y": 147.865036010742
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_2",
|
||||
"node_position": {
|
||||
"x": -2053.33642578125,
|
||||
"y": 533.512512207031
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 90.0,
|
||||
"scale_x": 0.0049,
|
||||
"scale_y": 0.01443,
|
||||
"translate_x": 0.0,
|
||||
"translate_y": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"name": "shape_3",
|
||||
"node_position": {
|
||||
"x": -2254.4091796875,
|
||||
"y": 534.520141601562
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 0.02,
|
||||
"radius": 1.0,
|
||||
"shape": 1.0,
|
||||
"sides": 4.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -1780.24609375,
|
||||
"y": 304.275695800781
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_3",
|
||||
"node_position": {
|
||||
"x": -950.8369140625,
|
||||
"y": -975.911315917969
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.425,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_4",
|
||||
"node_position": {
|
||||
"x": -945.336853027344,
|
||||
"y": -742.911254882812
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.475,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 10,
|
||||
"name": "blend2_2",
|
||||
"node_position": {
|
||||
"x": -536.702880859375,
|
||||
"y": 21.1340942382812
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount10": 1.0,
|
||||
"amount2": 1.0,
|
||||
"amount3": 1.0,
|
||||
"amount4": 1.0,
|
||||
"amount5": 1.0,
|
||||
"amount6": 1.0,
|
||||
"amount7": 1.0,
|
||||
"amount8": 1.0,
|
||||
"amount9": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type10": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0,
|
||||
"blend_type4": 0.0,
|
||||
"blend_type5": 0.0,
|
||||
"blend_type6": 0.0,
|
||||
"blend_type7": 0.0,
|
||||
"blend_type8": 0.0,
|
||||
"blend_type9": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_5",
|
||||
"node_position": {
|
||||
"x": -946.336853027344,
|
||||
"y": -511.911285400391
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.325,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_6",
|
||||
"node_position": {
|
||||
"x": -949.806640625,
|
||||
"y": -278.994659423828
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.375,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_7",
|
||||
"node_position": {
|
||||
"x": -953.947692871094,
|
||||
"y": -50.2401924133301
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.225,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_8",
|
||||
"node_position": {
|
||||
"x": -946.94775390625,
|
||||
"y": 175.759765625
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.275,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_9",
|
||||
"node_position": {
|
||||
"x": -947.898193359375,
|
||||
"y": 418.864776611328
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.125,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_10",
|
||||
"node_position": {
|
||||
"x": -950.066162109375,
|
||||
"y": 652.333557128906
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.175,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_11",
|
||||
"node_position": {
|
||||
"x": -954.705688476562,
|
||||
"y": 894.950744628906
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.025,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "transform2_12",
|
||||
"node_position": {
|
||||
"x": -954.705688476562,
|
||||
"y": 1116.95068359375
|
||||
},
|
||||
"parameters": {
|
||||
"mode": 0.0,
|
||||
"rotate": 0.0,
|
||||
"scale_x": 1.0,
|
||||
"scale_y": 1.0,
|
||||
"translate_x": 0.075,
|
||||
"translate_y": 0.45
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "transform2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "mirror",
|
||||
"node_position": {
|
||||
"x": -237.220352172852,
|
||||
"y": 29.1586360931396
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 0.0,
|
||||
"flip_sides": false,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "blend2_3",
|
||||
"node_position": {
|
||||
"x": 346.973052978516,
|
||||
"y": 28.0464134216309
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": 359.933044433594,
|
||||
"y": -43.5135917663574
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.370000004768372,
|
||||
"g": 0.290450006723404,
|
||||
"r": 0.210899993777275,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2_4",
|
||||
"node_position": {
|
||||
"x": 345.92626953125,
|
||||
"y": 293.250579833984
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": 347.342926025391,
|
||||
"y": 232.139450073242
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": 613.67626953125,
|
||||
"y": 288.611694335938
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 11.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "mirror_2",
|
||||
"node_position": {
|
||||
"x": -237.262283325195,
|
||||
"y": 151.903106689453
|
||||
},
|
||||
"parameters": {
|
||||
"direction": 1.0,
|
||||
"flip_sides": false,
|
||||
"offset": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "mirror"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": 41.4244384765625,
|
||||
"y": 252.207504272461
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
231
muzzle_flash.ptex
Normal file
231
muzzle_flash.ptex
Normal file
|
|
@ -0,0 +1,231 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_map",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_map",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 7
|
||||
},
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/wave-survival-fps/project/assets/effects/particle_textures/muzzle_flash_round"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1495.82653808594,
|
||||
"y": -57.9593086242676
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 2.0,
|
||||
"scale_y": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -1524.77270507812,
|
||||
"y": 360.727264404297
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 1.0,
|
||||
"radius": 0.95,
|
||||
"shape": 0.0,
|
||||
"sides": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -1035.68188476562,
|
||||
"y": 69.8181838989258
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -1287.5,
|
||||
"y": 317.999969482422
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 1.35,
|
||||
"op": 6.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -552.954528808594,
|
||||
"y": 7.09089803695679
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.3515625,
|
||||
"g": 0.3515625,
|
||||
"pos": 0.0,
|
||||
"r": 0.3515625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.6328125,
|
||||
"pos": 0.150335297329735,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.87890625,
|
||||
"g": 0.961212158203125,
|
||||
"pos": 0.521097023068494,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "tones_map",
|
||||
"node_position": {
|
||||
"x": -494.446899414062,
|
||||
"y": 177.872314453125
|
||||
},
|
||||
"parameters": {
|
||||
"in_max": 0.48,
|
||||
"in_min": 0.05,
|
||||
"out_max": 1.0,
|
||||
"out_min": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_map"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -238.083267211914,
|
||||
"y": 196.963226318359
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
256
roof_tiles.ptex
Normal file
256
roof_tiles.ptex
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "gradient",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@Node@698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/roof_tiles"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 62.3150024414062,
|
||||
"y": 5.44500017166138
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -1069.5,
|
||||
"y": -101.0
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.07,
|
||||
"columns": 4.0,
|
||||
"corner": 0.3,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.0,
|
||||
"row_offset": 0.0,
|
||||
"rows": 4.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "gradient",
|
||||
"node_position": {
|
||||
"x": -1049.5,
|
||||
"y": 217.0
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 3,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.506742858886719,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 1.0,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"mirror": false,
|
||||
"repeat": -4.0,
|
||||
"rotate": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gradient"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -613.5,
|
||||
"y": 14.0
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -239.244018554688,
|
||||
"y": -71.81103515625
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.220784664154053,
|
||||
"g": 0.30859375,
|
||||
"pos": 0.0,
|
||||
"r": 0.219390869140625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.202735647559166,
|
||||
"g": 0.390625,
|
||||
"pos": 1.0,
|
||||
"r": 0.1861572265625
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -200.22151184082,
|
||||
"y": 29.8290061950684
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": -1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -422.075042724609,
|
||||
"y": 123.422470092773
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.21,
|
||||
"op": 2
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -171.847030639648,
|
||||
"y": 193.300003051758
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.21,
|
||||
"default_in2": 0.0,
|
||||
"op": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
382
sand.ptex
Normal file
382
sand.ptex
Normal file
|
|
@ -0,0 +1,382 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "brightness_contrast",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_867",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/project/assets/textures/terrain/sand"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": -1.0,
|
||||
"y": 1.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -1218.0,
|
||||
"y": -235.81819152832
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 2.0,
|
||||
"iterations": 4.0,
|
||||
"noise": 9.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.67,
|
||||
"scale_x": 10.0,
|
||||
"scale_y": 10.0
|
||||
},
|
||||
"seed_int": 3167190784,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -753.818115234375,
|
||||
"y": -243.02912902832
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 2,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.56427001953125,
|
||||
"g": 0.759291410446167,
|
||||
"pos": 0.0,
|
||||
"r": 0.83984375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.639602661132812,
|
||||
"g": 0.863296031951904,
|
||||
"pos": 1.0,
|
||||
"r": 0.98046875
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1158.0,
|
||||
"y": 61.0
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 2.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 5.0,
|
||||
"scale_y": 5.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -718.45458984375,
|
||||
"y": 59.3636360168457
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 0,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.403921574354172,
|
||||
"g": 0.470588237047195,
|
||||
"pos": 0,
|
||||
"r": 0.505882382392883
|
||||
},
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.403921574354172,
|
||||
"g": 0.470588237047195,
|
||||
"pos": 0.821198982977248,
|
||||
"r": 0.505882382392883
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.821218982977248,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -475.090881347656,
|
||||
"y": -146.727264404297
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.34,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -255.716903686523,
|
||||
"y": 310.215576171875
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": -1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -772.7890625,
|
||||
"y": 219.607238769531
|
||||
},
|
||||
"parameters": {
|
||||
"invert": true,
|
||||
"value": 0.83,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -752.545532226562,
|
||||
"y": 352.449981689453
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.17,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -739.787963867188,
|
||||
"y": 521.586242675781
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.67,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -516.812622070312,
|
||||
"y": 232.569381713867
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -305.919586181641,
|
||||
"y": 576.101196289062
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -1.0,
|
||||
"contrast": 2.65
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -323.737731933594,
|
||||
"y": 742.91943359375
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 2.76,
|
||||
"radius": 1.55,
|
||||
"shape": 0.0,
|
||||
"sides": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": -151.305923461914,
|
||||
"y": 696.305725097656
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
404
sidewalk_tiles.ptex
Normal file
404
sidewalk_tiles.ptex
Normal file
|
|
@ -0,0 +1,404 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4_2",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_4",
|
||||
"from_port": 0,
|
||||
"to": "invert",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "math_5",
|
||||
"from_port": 0,
|
||||
"to": "math_4",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math_5",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "gaussian_blur",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "gaussian_blur",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/sidewalk_tiles"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 490.473541259766,
|
||||
"y": -231.327819824219
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -1024.5,
|
||||
"y": -208.0
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.02,
|
||||
"columns": 2.0,
|
||||
"corner": 0.3,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.0,
|
||||
"row_offset": 0.0,
|
||||
"rows": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1065.5,
|
||||
"y": 58.4355278015137
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 1.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 20.0,
|
||||
"scale_y": 20.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -653.921203613281,
|
||||
"y": -55.8207893371582
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": true,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -826.881896972656,
|
||||
"y": -177.173721313477
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 1.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -940.540771484375,
|
||||
"y": -441.656219482422
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_2",
|
||||
"node_position": {
|
||||
"x": -1210.04077148438,
|
||||
"y": -470.256256103516
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 2.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 1.0,
|
||||
"scale_x": 3.0,
|
||||
"scale_y": 3.0
|
||||
},
|
||||
"seed_int": 505681760,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -260.903594970703,
|
||||
"y": -220.665405273438
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"blend_type1": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -447.194976806641,
|
||||
"y": -450.703765869141
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"r": 0.0,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": 149.123474121094,
|
||||
"y": -153.747268676758
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "invert",
|
||||
"node_position": {
|
||||
"x": 333.266662597656,
|
||||
"y": 54.4664993286133
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"name": "math_4",
|
||||
"node_position": {
|
||||
"x": 142.022689819336,
|
||||
"y": 2.94349002838135
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.41,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_5",
|
||||
"node_position": {
|
||||
"x": -11.3417959213257,
|
||||
"y": -0.131129190325737
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.78,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -773.276977539062,
|
||||
"y": -406.612640380859
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.3515625,
|
||||
"g": 0.3515625,
|
||||
"pos": 0.0,
|
||||
"r": 0.3515625
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.6640625,
|
||||
"g": 0.6640625,
|
||||
"pos": 1.0,
|
||||
"r": 0.6640625
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -503.111022949219,
|
||||
"y": -41.2796440124512
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.03,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "gaussian_blur",
|
||||
"node_position": {
|
||||
"x": -588.332092285156,
|
||||
"y": -355.446685791016
|
||||
},
|
||||
"parameters": {
|
||||
"param0": 10.0,
|
||||
"param1": 34.6,
|
||||
"param2": 0.0,
|
||||
"param3": false
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gaussian_blur"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
130
starfield.ptex
Normal file
130
starfield.ptex
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "noise",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "slope_blur",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "slope_blur",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "slope_blur",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 3
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "322",
|
||||
"node_position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_paths": {
|
||||
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 73.833351,
|
||||
"y": 6.555556
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 1,
|
||||
"r": 1,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1,
|
||||
"flags_transparent": false,
|
||||
"metallic": 0,
|
||||
"normal": 1,
|
||||
"roughness": 1,
|
||||
"size": 11,
|
||||
"sss": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "noise",
|
||||
"node_position": {
|
||||
"x": -823.856812,
|
||||
"y": 5.760194
|
||||
},
|
||||
"parameters": {
|
||||
"density": 0,
|
||||
"size": 11
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "noise"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -567.079041,
|
||||
"y": 1.899071
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1,
|
||||
"b": 0,
|
||||
"g": 0,
|
||||
"pos": 0,
|
||||
"r": 0
|
||||
},
|
||||
{
|
||||
"a": 1,
|
||||
"b": 1,
|
||||
"g": 1,
|
||||
"pos": 1,
|
||||
"r": 1
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "slope_blur",
|
||||
"node_position": {
|
||||
"x": -367.579712,
|
||||
"y": 11.181554
|
||||
},
|
||||
"parameters": {
|
||||
"param0": 10,
|
||||
"param1": 20
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "slope_blur"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
442
stone_block.ptex
Normal file
442
stone_block.ptex
Normal file
|
|
@ -0,0 +1,442 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "fbm4",
|
||||
"from_port": 0,
|
||||
"to": "tones_step",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "uniform_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "tones_step",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm4_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "uniform_4",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "invert",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "invert",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 6
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "uniform_5",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 5
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/stone_block"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "fbm4",
|
||||
"node_position": {
|
||||
"x": -1328.46362304688,
|
||||
"y": 230.315765380859
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 45.0,
|
||||
"scale_y": 45.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "tones_step",
|
||||
"node_position": {
|
||||
"x": -1072.1630859375,
|
||||
"y": 243.816070556641
|
||||
},
|
||||
"parameters": {
|
||||
"invert": false,
|
||||
"value": 0.09,
|
||||
"width": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_step"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_2",
|
||||
"node_position": {
|
||||
"x": -1079.44677734375,
|
||||
"y": -448.431182861328
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 7.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 1.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.52,
|
||||
"scale_x": 7.0,
|
||||
"scale_y": 3.0
|
||||
},
|
||||
"seed_int": 2068864256,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -727.21728515625,
|
||||
"y": -370.673522949219
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.564166729266827,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 1.0,
|
||||
"r": 1.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -223.547805786133,
|
||||
"y": 97.8821334838867
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"generic_size": 3,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -325.772705078125,
|
||||
"y": -289.305480957031
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 1.0,
|
||||
"amount2": 0.5,
|
||||
"amount3": 0.5,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0,
|
||||
"blend_type3": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -583.5234375,
|
||||
"y": -511.371337890625
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.831085205078125,
|
||||
"g": 0.865570068359375,
|
||||
"r": 0.8828125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "uniform_2",
|
||||
"node_position": {
|
||||
"x": -623.027648925781,
|
||||
"y": -427.717956542969
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.64141845703125,
|
||||
"g": 0.68584144115448,
|
||||
"r": 0.7265625,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -1062.28002929688,
|
||||
"y": 390.185455322266
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.02,
|
||||
"columns": 1.0,
|
||||
"corner": 0.3,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.0,
|
||||
"row_offset": 0.0,
|
||||
"rows": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -827.404846191406,
|
||||
"y": 205.989624023438
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "fbm4_3",
|
||||
"node_position": {
|
||||
"x": -827.722961425781,
|
||||
"y": -197.091827392578
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 7.0,
|
||||
"lacunarity": 2.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 1.0,
|
||||
"scale_x": 11.0,
|
||||
"scale_y": 10.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm4"
|
||||
},
|
||||
{
|
||||
"name": "uniform_4",
|
||||
"node_position": {
|
||||
"x": -779.815673828125,
|
||||
"y": -300.195434570312
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.4710693359375,
|
||||
"g": 0.495141595602036,
|
||||
"r": 0.53125,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"name": "invert",
|
||||
"node_position": {
|
||||
"x": -335.669616699219,
|
||||
"y": 272.416259765625
|
||||
},
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -196.578689575195,
|
||||
"y": 257.870819091797
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.08,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -537.375732421875,
|
||||
"y": -22.8383178710938
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 1.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 1
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "uniform_5",
|
||||
"node_position": {
|
||||
"x": -528.375732421875,
|
||||
"y": -121.838317871094
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.362548828125,
|
||||
"g": 0.371453553438187,
|
||||
"r": 0.38671875,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
420
styled_grass.ptex
Normal file
420
styled_grass.ptex
Normal file
|
|
@ -0,0 +1,420 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "uniform",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "blend2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "scratches",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "colorize_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 3
|
||||
},
|
||||
{
|
||||
"from": "scratches_2",
|
||||
"from_port": 0,
|
||||
"to": "colorize_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "scratches",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "scratches_2",
|
||||
"from_port": 0,
|
||||
"to": "math_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "quantize",
|
||||
"from_port": 0,
|
||||
"to": "brightness_contrast",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "shape",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "math_3",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math_3",
|
||||
"from_port": 0,
|
||||
"to": "quantize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "blend2",
|
||||
"to_port": 2
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "_Node_867",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/gd-projects/antonius/project/assets/textures/terrain/grass"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 157.0,
|
||||
"y": -13.0999984741211
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 10.0,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "scratches",
|
||||
"node_position": {
|
||||
"x": -954.628784179688,
|
||||
"y": -156.327728271484
|
||||
},
|
||||
"parameters": {
|
||||
"angle": -1.0,
|
||||
"layers": 7.0,
|
||||
"length": 0.31,
|
||||
"randomness": 0.44,
|
||||
"waviness": 0.51,
|
||||
"width": 2.87
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "scratches"
|
||||
},
|
||||
{
|
||||
"name": "uniform",
|
||||
"node_position": {
|
||||
"x": -563.735046386719,
|
||||
"y": -106.11856842041
|
||||
},
|
||||
"parameters": {
|
||||
"color": {
|
||||
"a": 1.0,
|
||||
"b": 0.211764708161354,
|
||||
"g": 0.407843142747879,
|
||||
"r": 0.282352954149246,
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"generic_size": 2,
|
||||
"name": "blend2",
|
||||
"node_position": {
|
||||
"x": -320.920349121094,
|
||||
"y": -10.8875770568848
|
||||
},
|
||||
"parameters": {
|
||||
"amount1": 0.44,
|
||||
"amount2": 1.0,
|
||||
"blend_type1": 0.0,
|
||||
"blend_type2": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "blend2"
|
||||
},
|
||||
{
|
||||
"name": "scratches_2",
|
||||
"node_position": {
|
||||
"x": -948.822692871094,
|
||||
"y": 247.114227294922
|
||||
},
|
||||
"parameters": {
|
||||
"angle": -1.0,
|
||||
"layers": 30.0,
|
||||
"length": 0.27,
|
||||
"randomness": 0.44,
|
||||
"waviness": 0.51,
|
||||
"width": 1.54
|
||||
},
|
||||
"seed_int": 470106464,
|
||||
"type": "scratches"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -559.091125488281,
|
||||
"y": -9.24016380310059
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.0156862754374743,
|
||||
"g": 0.223529413342476,
|
||||
"pos": 0.0,
|
||||
"r": 0.0941176488995552
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0156862754374743,
|
||||
"g": 0.223529413342476,
|
||||
"pos": 0.802929128399332,
|
||||
"r": 0.0941176488995552
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.034515380859375,
|
||||
"g": 0.3046875,
|
||||
"pos": 1.0,
|
||||
"r": 0.136467114090919
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "colorize_2",
|
||||
"node_position": {
|
||||
"x": -576.516296386719,
|
||||
"y": 101.301727294922
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 0,
|
||||
"points": [
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.16845703125,
|
||||
"g": 0.46875,
|
||||
"pos": 0,
|
||||
"r": 0.281775116920471
|
||||
},
|
||||
{
|
||||
"a": 0.0,
|
||||
"b": 0.16845703125,
|
||||
"g": 0.46875,
|
||||
"pos": 0.801491759311609,
|
||||
"r": 0.281775116920471
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.12451171875,
|
||||
"g": 0.3984375,
|
||||
"pos": 0.801511759311609,
|
||||
"r": 0.227678582072258
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.12451171875,
|
||||
"g": 0.3984375,
|
||||
"pos": 0.99999,
|
||||
"r": 0.227678582072258
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.168627455830574,
|
||||
"g": 0.470588237047195,
|
||||
"pos": 1.00001,
|
||||
"r": 0.282352954149246
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -567.728271484375,
|
||||
"y": 196.150543212891
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 32.0,
|
||||
"scale_y": 32.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -956.599304199219,
|
||||
"y": 33.5141563415527
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 5.0,
|
||||
"noise": 0.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 32.0,
|
||||
"scale_y": 32.0
|
||||
},
|
||||
"seed_int": 1626564096,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "brightness_contrast",
|
||||
"node_position": {
|
||||
"x": -137.75895690918,
|
||||
"y": 553.667358398438
|
||||
},
|
||||
"parameters": {
|
||||
"brightness": -0.45,
|
||||
"contrast": 1.35
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -652.218078613281,
|
||||
"y": 431.364410400391
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "math_2",
|
||||
"node_position": {
|
||||
"x": -651.0576171875,
|
||||
"y": 594.801574707031
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.5,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "quantize",
|
||||
"node_position": {
|
||||
"x": -171.490737915039,
|
||||
"y": 475.951232910156
|
||||
},
|
||||
"parameters": {
|
||||
"steps": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "quantize"
|
||||
},
|
||||
{
|
||||
"name": "math_3",
|
||||
"node_position": {
|
||||
"x": -345.110656738281,
|
||||
"y": 482.885070800781
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
},
|
||||
{
|
||||
"name": "shape",
|
||||
"node_position": {
|
||||
"x": -504.965148925781,
|
||||
"y": 598.330383300781
|
||||
},
|
||||
"parameters": {
|
||||
"edge": 0.36,
|
||||
"radius": 1.1,
|
||||
"shape": 0.0,
|
||||
"sides": 2.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "shape"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
253
tiles.ptex
Normal file
253
tiles.ptex
Normal file
|
|
@ -0,0 +1,253 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "bricks3",
|
||||
"from_port": 0,
|
||||
"to": "normal_map2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "normal_map2",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 4
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "tones_map",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 2
|
||||
},
|
||||
{
|
||||
"from": "fbm3_2",
|
||||
"from_port": 0,
|
||||
"to": "tones_map_2",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "fbm3",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 1
|
||||
},
|
||||
{
|
||||
"from": "tones_map_2",
|
||||
"from_port": 0,
|
||||
"to": "math",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "math",
|
||||
"from_port": 0,
|
||||
"to": "tones_map",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@Node@817",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Blender",
|
||||
"export_paths": {
|
||||
"Blender": "/home/sara/Documents/material-projects/export/tiles/tiles"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "bricks3",
|
||||
"node_position": {
|
||||
"x": -621.231323242188,
|
||||
"y": 232.291229248047
|
||||
},
|
||||
"parameters": {
|
||||
"bevel": 0.01,
|
||||
"columns": 1.0,
|
||||
"corner": 0.0,
|
||||
"mortar": 0.0,
|
||||
"pattern": 0.0,
|
||||
"repeat": 1.0,
|
||||
"round": 0.0,
|
||||
"row_offset": 0.0,
|
||||
"rows": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "bricks3"
|
||||
},
|
||||
{
|
||||
"name": "normal_map2",
|
||||
"node_position": {
|
||||
"x": -393.940002441406,
|
||||
"y": 232.100006103516
|
||||
},
|
||||
"parameters": {
|
||||
"buffer": 1.0,
|
||||
"param2": 0.0,
|
||||
"size": 10.0,
|
||||
"strength": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "normal_map2"
|
||||
},
|
||||
{
|
||||
"name": "fbm3",
|
||||
"node_position": {
|
||||
"x": -945.398681640625,
|
||||
"y": 185.042144775391
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"noise": 9,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 3.0,
|
||||
"scale_y": 3.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -367.562042236328,
|
||||
"y": -1.93700444698334
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.484375,
|
||||
"g": 0.484375,
|
||||
"pos": 0.0,
|
||||
"r": 0.484375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.828125,
|
||||
"g": 0.828125,
|
||||
"pos": 1.0,
|
||||
"r": 0.828125
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "tones_map",
|
||||
"node_position": {
|
||||
"x": -401.901153564453,
|
||||
"y": 88.4396591186523
|
||||
},
|
||||
"parameters": {
|
||||
"in_max": 1.0,
|
||||
"in_min": 0.0,
|
||||
"out_max": 0.77,
|
||||
"out_min": 0.18
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_map"
|
||||
},
|
||||
{
|
||||
"name": "fbm3_2",
|
||||
"node_position": {
|
||||
"x": -1182.05810546875,
|
||||
"y": 4.4685263633728
|
||||
},
|
||||
"parameters": {
|
||||
"folds": 0.0,
|
||||
"iterations": 10.0,
|
||||
"noise": 9.0,
|
||||
"offset": 0.0,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 50.0,
|
||||
"scale_y": 50.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "fbm3"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "tones_map_2",
|
||||
"node_position": {
|
||||
"x": -915.442199707031,
|
||||
"y": 11.5801849365234
|
||||
},
|
||||
"parameters": {
|
||||
"in_max": 1.0,
|
||||
"in_min": 0.0,
|
||||
"out_max": 0.11,
|
||||
"out_min": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "tones_map"
|
||||
},
|
||||
{
|
||||
"name": "math",
|
||||
"node_position": {
|
||||
"x": -677.425842285156,
|
||||
"y": 0.0099377827718854
|
||||
},
|
||||
"parameters": {
|
||||
"clamp": false,
|
||||
"default_in1": 0.0,
|
||||
"default_in2": 0.0,
|
||||
"op": 0.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "math"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
175
window_glare.ptex
Normal file
175
window_glare.ptex
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"connections": [
|
||||
{
|
||||
"from": "gradient",
|
||||
"from_port": 0,
|
||||
"to": "rotate",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "colorize",
|
||||
"from_port": 0,
|
||||
"to": "Material",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "rotate",
|
||||
"from_port": 0,
|
||||
"to": "translate",
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"from": "translate",
|
||||
"from_port": 0,
|
||||
"to": "colorize",
|
||||
"to_port": 0
|
||||
}
|
||||
],
|
||||
"label": "Graph",
|
||||
"longdesc": "",
|
||||
"name": "@Node@698",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"export_last_target": "Godot/Godot 4 Standard",
|
||||
"export_paths": {
|
||||
"Godot/Godot 4 Standard": "/home/sara/Documents/gd-projects/viscosity/project/assets/materials/window"
|
||||
},
|
||||
"name": "Material",
|
||||
"node_position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"parameters": {
|
||||
"albedo_color": {
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"r": 1.0,
|
||||
"type": "Color"
|
||||
},
|
||||
"ao": 1.0,
|
||||
"depth_scale": 0.5,
|
||||
"emission_energy": 1.0,
|
||||
"flags_transparent": true,
|
||||
"metallic": 0.0,
|
||||
"normal": 1.0,
|
||||
"roughness": 1.0,
|
||||
"size": 11,
|
||||
"sss": 1.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "material"
|
||||
},
|
||||
{
|
||||
"name": "gradient",
|
||||
"node_position": {
|
||||
"x": -975.347900390625,
|
||||
"y": -198.6123046875
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.306832695007324,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 1.0,
|
||||
"g": 1.0,
|
||||
"pos": 0.608804321289062,
|
||||
"r": 1.0
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.0,
|
||||
"g": 0.0,
|
||||
"pos": 0.865021896362305,
|
||||
"r": 0.0
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
},
|
||||
"mirror": false,
|
||||
"repeat": 2.0,
|
||||
"rotate": 90.0
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "gradient"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "rotate",
|
||||
"node_position": {
|
||||
"x": -752.347778320312,
|
||||
"y": -136.6123046875
|
||||
},
|
||||
"parameters": {
|
||||
"cx": 0.0,
|
||||
"cy": 0.0,
|
||||
"rotate": 25.4134909628986
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "rotate"
|
||||
},
|
||||
{
|
||||
"name": "colorize",
|
||||
"node_position": {
|
||||
"x": -171.772705078125,
|
||||
"y": -25.772705078125
|
||||
},
|
||||
"parameters": {
|
||||
"gradient": {
|
||||
"interpolation": 1,
|
||||
"points": [
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.53515625,
|
||||
"g": 0.523578345775604,
|
||||
"pos": 0.532514131986178,
|
||||
"r": 0.45989990234375
|
||||
},
|
||||
{
|
||||
"a": 1.0,
|
||||
"b": 0.734375,
|
||||
"g": 0.721692562103271,
|
||||
"pos": 0.870383629432091,
|
||||
"r": 0.654052734375
|
||||
}
|
||||
],
|
||||
"type": "Gradient"
|
||||
}
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "colorize"
|
||||
},
|
||||
{
|
||||
"generic_size": 1,
|
||||
"name": "translate",
|
||||
"node_position": {
|
||||
"x": -443.719940185547,
|
||||
"y": -71.8260650634766
|
||||
},
|
||||
"parameters": {
|
||||
"translate_x": 0.0,
|
||||
"translate_y": -0.025
|
||||
},
|
||||
"seed_int": 0,
|
||||
"type": "translate"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"seed_int": 0,
|
||||
"shortdesc": "",
|
||||
"type": "graph"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue