Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Jun 27, 2020
1 parent 6dbc7be commit dcb829d
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 183 deletions.
46 changes: 37 additions & 9 deletions material_maker/examples/doc_tools.ptex
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"to_port": 1
},
{
"from": "fill_to_uv",
"from": "fill_2",
"from_port": 0,
"to": "@@1644",
"to": "fill_to_position",
"to_port": 0
},
{
"from": "@@1644",
"from": "fill_2",
"from_port": 0,
"to": "blend",
"to": "fill_to_size",
"to_port": 0
}
],
Expand Down Expand Up @@ -2237,7 +2237,8 @@
"count": 25,
"rotate": 0,
"scale": 0,
"select_inputs": 0
"select_inputs": 0,
"value": 0
},
"type": "splatter"
},
Expand Down Expand Up @@ -2464,6 +2465,7 @@
},
"parameters": {
"count": 100,
"opacity": 0,
"rotate": 0,
"scale": 0,
"select_inputs": 0
Expand All @@ -2477,7 +2479,9 @@
"y": 599.541748
},
"parameters": {
"fixed_offset": 0,
"offset": 0.62,
"opacity": 0,
"overlap": 1,
"rotate": 45,
"scale": 0.2,
Expand All @@ -2497,7 +2501,8 @@
"count": 8,
"rotate": 0,
"scale": 0,
"select_inputs": 0
"select_inputs": 0,
"value": 0
},
"type": "splatter"
},
Expand Down Expand Up @@ -2590,10 +2595,10 @@
"type": "fill_to_uv"
},
{
"name": "@@1644",
"name": "1644",
"node_position": {
"x": 465.442322,
"y": 1070.827515
"x": 479.442322,
"y": 1067.827515
},
"parameters": {

Expand Down Expand Up @@ -2622,6 +2627,29 @@
]
},
"type": "shader"
},
{
"name": "fill_to_position",
"node_position": {
"x": 239.209686,
"y": 1157.572266
},
"parameters": {
"axis": 0
},
"type": "fill_to_position"
},
{
"name": "fill_to_size",
"node_position": {
"x": 249.209686,
"y": 1219.572266
},
"parameters": {
"formula": 1
},
"seed_value": -52887,
"type": "fill_to_size"
}
],
"parameters": {
Expand Down
Loading

0 comments on commit dcb829d

Please sign in to comment.