Advertisement
Jummit

Clay Material

Apr 25th, 2020
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 8.32 KB | None | 0 0
  1. {
  2.     "connections": [
  3.         {
  4.             "from": "colorize",
  5.             "from_port": 0,
  6.             "to": "blend",
  7.             "to_port": 1
  8.         },
  9.         {
  10.             "from": "blend",
  11.             "from_port": 0,
  12.             "to": "blend_2",
  13.             "to_port": 0
  14.         },
  15.         {
  16.             "from": "blend_3",
  17.             "from_port": 0,
  18.             "to": "blend",
  19.             "to_port": 0
  20.         },
  21.         {
  22.             "from": "perlin_3",
  23.             "from_port": 0,
  24.             "to": "colorize_3",
  25.             "to_port": 0
  26.         },
  27.         {
  28.             "from": "colorize_3",
  29.             "from_port": 0,
  30.             "to": "blend_3",
  31.             "to_port": 1
  32.         },
  33.         {
  34.             "from": "perlin_3_2",
  35.             "from_port": 0,
  36.             "to": "colorize_3_2",
  37.             "to_port": 0
  38.         },
  39.         {
  40.             "from": "colorize_3_2",
  41.             "from_port": 0,
  42.             "to": "blend_3",
  43.             "to_port": 0
  44.         },
  45.         {
  46.             "from": "perlin",
  47.             "from_port": 0,
  48.             "to": "warp",
  49.             "to_port": 0
  50.         },
  51.         {
  52.             "from": "warp",
  53.             "from_port": 0,
  54.             "to": "colorize",
  55.             "to_port": 0
  56.         },
  57.         {
  58.             "from": "perlin_4",
  59.             "from_port": 0,
  60.             "to": "warp",
  61.             "to_port": 1
  62.         },
  63.         {
  64.             "from": "perlin_2",
  65.             "from_port": 0,
  66.             "to": "warp_2",
  67.             "to_port": 0
  68.         },
  69.         {
  70.             "from": "warp_2",
  71.             "from_port": 0,
  72.             "to": "colorize_2",
  73.             "to_port": 0
  74.         },
  75.         {
  76.             "from": "perlin_4_2",
  77.             "from_port": 0,
  78.             "to": "warp_2",
  79.             "to_port": 1
  80.         },
  81.         {
  82.             "from": "perlin_4_2_2",
  83.             "from_port": 0,
  84.             "to": "colorize_2_2",
  85.             "to_port": 0
  86.         },
  87.         {
  88.             "from": "colorize_2_2",
  89.             "from_port": 0,
  90.             "to": "blend_2_2",
  91.             "to_port": 1
  92.         },
  93.         {
  94.             "from": "blend_2",
  95.             "from_port": 0,
  96.             "to": "blend_2_2",
  97.             "to_port": 0
  98.         },
  99.         {
  100.             "from": "blend_2_2",
  101.             "from_port": 0,
  102.             "to": "Material",
  103.             "to_port": 0
  104.         },
  105.         {
  106.             "from": "colorize_2",
  107.             "from_port": 0,
  108.             "to": "blend_2",
  109.             "to_port": 1
  110.         },
  111.         {
  112.             "from": "colorize_2_2",
  113.             "from_port": 0,
  114.             "to": "normal_map",
  115.             "to_port": 0
  116.         },
  117.         {
  118.             "from": "normal_map",
  119.             "from_port": 0,
  120.             "to": "Material",
  121.             "to_port": 4
  122.         },
  123.         {
  124.             "from": "colorize_2_2",
  125.             "from_port": 0,
  126.             "to": "colorize_4",
  127.             "to_port": 0
  128.         },
  129.         {
  130.             "from": "colorize_4",
  131.             "from_port": 0,
  132.             "to": "Material",
  133.             "to_port": 5
  134.         }
  135.     ],
  136.     "label": "Graph",
  137.     "name": "74",
  138.     "node_position": {
  139.         "x": 0,
  140.         "y": 0
  141.     },
  142.     "nodes": [
  143.         {
  144.             "export_paths": {
  145.  
  146.             },
  147.             "name": "Material",
  148.             "node_position": {
  149.                 "x": -260,
  150.                 "y": 520
  151.             },
  152.             "parameters": {
  153.                 "albedo_color": {
  154.                     "a": 1,
  155.                     "b": 1,
  156.                     "g": 1,
  157.                     "r": 1,
  158.                     "type": "Color"
  159.                 },
  160.                 "ao": 1,
  161.                 "depth_scale": 0.5,
  162.                 "emission_energy": 1,
  163.                 "metallic": 1,
  164.                 "normal": 1,
  165.                 "roughness": 1,
  166.                 "size": 11,
  167.                 "sss": 0
  168.             },
  169.             "type": "material"
  170.         },
  171.         {
  172.             "name": "perlin",
  173.             "node_position": {
  174.                 "x": -1180,
  175.                 "y": 100
  176.             },
  177.             "parameters": {
  178.                 "iterations": 8,
  179.                 "persistence": 1,
  180.                 "scale_x": 9,
  181.                 "scale_y": 9
  182.             },
  183.             "type": "perlin"
  184.         },
  185.         {
  186.             "name": "blend",
  187.             "node_position": {
  188.                 "x": -560,
  189.                 "y": 80
  190.             },
  191.             "parameters": {
  192.                 "amount": 1,
  193.                 "blend_type": 3
  194.             },
  195.             "type": "blend"
  196.         },
  197.         {
  198.             "name": "colorize",
  199.             "node_position": {
  200.                 "x": -760,
  201.                 "y": 100
  202.             },
  203.             "parameters": {
  204.                 "gradient": {
  205.                     "interpolation": 1,
  206.                     "points": [
  207.                         {
  208.                             "a": 1,
  209.                             "b": 0.070312,
  210.                             "g": 0.070312,
  211.                             "pos": 0.381818,
  212.                             "r": 0.070312
  213.                         },
  214.                         {
  215.                             "a": 1,
  216.                             "b": 0,
  217.                             "g": 0,
  218.                             "pos": 0.5,
  219.                             "r": 0
  220.                         }
  221.                     ],
  222.                     "type": "Gradient"
  223.                 }
  224.             },
  225.             "type": "colorize"
  226.         },
  227.         {
  228.             "name": "blend_2",
  229.             "node_position": {
  230.                 "x": -560,
  231.                 "y": 400
  232.             },
  233.             "parameters": {
  234.                 "amount": 1,
  235.                 "blend_type": 9
  236.             },
  237.             "type": "blend"
  238.         },
  239.         {
  240.             "name": "blend_3",
  241.             "node_position": {
  242.                 "x": -560,
  243.                 "y": -80
  244.             },
  245.             "parameters": {
  246.                 "amount": 1,
  247.                 "blend_type": 2
  248.             },
  249.             "type": "blend"
  250.         },
  251.         {
  252.             "name": "perlin_3",
  253.             "node_position": {
  254.                 "x": -1180,
  255.                 "y": -60
  256.             },
  257.             "parameters": {
  258.                 "iterations": 4,
  259.                 "persistence": 0.5,
  260.                 "scale_x": 4,
  261.                 "scale_y": 4
  262.             },
  263.             "type": "perlin"
  264.         },
  265.         {
  266.             "name": "colorize_3",
  267.             "node_position": {
  268.                 "x": -920,
  269.                 "y": -60
  270.             },
  271.             "parameters": {
  272.                 "gradient": {
  273.                     "interpolation": 1,
  274.                     "points": [
  275.                         {
  276.                             "a": 1,
  277.                             "b": 0.871094,
  278.                             "g": 0.871094,
  279.                             "pos": 0,
  280.                             "r": 0.871094
  281.                         },
  282.                         {
  283.                             "a": 1,
  284.                             "b": 1,
  285.                             "g": 1,
  286.                             "pos": 0.518182,
  287.                             "r": 1
  288.                         }
  289.                     ],
  290.                     "type": "Gradient"
  291.                 }
  292.             },
  293.             "type": "colorize"
  294.         },
  295.         {
  296.             "name": "perlin_3_2",
  297.             "node_position": {
  298.                 "x": -1180,
  299.                 "y": -220
  300.             },
  301.             "parameters": {
  302.                 "iterations": 5,
  303.                 "persistence": 0.5,
  304.                 "scale_x": 5,
  305.                 "scale_y": 5
  306.             },
  307.             "type": "perlin"
  308.         },
  309.         {
  310.             "name": "colorize_3_2",
  311.             "node_position": {
  312.                 "x": -920,
  313.                 "y": -220
  314.             },
  315.             "parameters": {
  316.                 "gradient": {
  317.                     "interpolation": 1,
  318.                     "points": [
  319.                         {
  320.                             "a": 1,
  321.                             "b": 0.198486,
  322.                             "g": 0.36084,
  323.                             "pos": 0,
  324.                             "r": 0.671387
  325.                         },
  326.                         {
  327.                             "a": 1,
  328.                             "b": 0.32549,
  329.                             "g": 0.470588,
  330.                             "pos": 1,
  331.                             "r": 0.788235
  332.                         }
  333.                     ],
  334.                     "type": "Gradient"
  335.                 }
  336.             },
  337.             "type": "colorize"
  338.         },
  339.         {
  340.             "name": "warp",
  341.             "node_position": {
  342.                 "x": -920,
  343.                 "y": 100
  344.             },
  345.             "parameters": {
  346.                 "amount": 0,
  347.                 "eps": 0.1
  348.             },
  349.             "seed_value": -65512,
  350.             "type": "warp"
  351.         },
  352.         {
  353.             "name": "perlin_4",
  354.             "node_position": {
  355.                 "x": -1180,
  356.                 "y": 240
  357.             },
  358.             "parameters": {
  359.                 "iterations": 2,
  360.                 "persistence": 0.5,
  361.                 "scale_x": 4,
  362.                 "scale_y": 4
  363.             },
  364.             "type": "perlin"
  365.         },
  366.         {
  367.             "name": "perlin_2",
  368.             "node_position": {
  369.                 "x": -1180,
  370.                 "y": 400
  371.             },
  372.             "parameters": {
  373.                 "iterations": 6,
  374.                 "persistence": 1,
  375.                 "scale_x": 7,
  376.                 "scale_y": 7
  377.             },
  378.             "type": "perlin"
  379.         },
  380.         {
  381.             "name": "perlin_4_2",
  382.             "node_position": {
  383.                 "x": -1180,
  384.                 "y": 540
  385.             },
  386.             "parameters": {
  387.                 "iterations": 2,
  388.                 "persistence": 0.5,
  389.                 "scale_x": 4,
  390.                 "scale_y": 4
  391.             },
  392.             "type": "perlin"
  393.         },
  394.         {
  395.             "name": "warp_2",
  396.             "node_position": {
  397.                 "x": -920,
  398.                 "y": 400
  399.             },
  400.             "parameters": {
  401.                 "amount": 0,
  402.                 "eps": 0.1
  403.             },
  404.             "seed_value": -65512,
  405.             "type": "warp"
  406.         },
  407.         {
  408.             "name": "colorize_2",
  409.             "node_position": {
  410.                 "x": -760,
  411.                 "y": 400
  412.             },
  413.             "parameters": {
  414.                 "gradient": {
  415.                     "interpolation": 1,
  416.                     "points": [
  417.                         {
  418.                             "a": 1,
  419.                             "b": 0.164062,
  420.                             "g": 0.164062,
  421.                             "pos": 0,
  422.                             "r": 0.164062
  423.                         },
  424.                         {
  425.                             "a": 1,
  426.                             "b": 0,
  427.                             "g": 0,
  428.                             "pos": 0.509091,
  429.                             "r": 0
  430.                         }
  431.                     ],
  432.                     "type": "Gradient"
  433.                 }
  434.             },
  435.             "type": "colorize"
  436.         },
  437.         {
  438.             "name": "perlin_4_2_2",
  439.             "node_position": {
  440.                 "x": -1180,
  441.                 "y": 700
  442.             },
  443.             "parameters": {
  444.                 "iterations": 8,
  445.                 "persistence": 1,
  446.                 "scale_x": 30,
  447.                 "scale_y": 30
  448.             },
  449.             "type": "perlin"
  450.         },
  451.         {
  452.             "name": "colorize_2_2",
  453.             "node_position": {
  454.                 "x": -920,
  455.                 "y": 700
  456.             },
  457.             "parameters": {
  458.                 "gradient": {
  459.                     "interpolation": 1,
  460.                     "points": [
  461.                         {
  462.                             "a": 1,
  463.                             "b": 0.679688,
  464.                             "g": 0.679688,
  465.                             "pos": 0.363636,
  466.                             "r": 0.679688
  467.                         },
  468.                         {
  469.                             "a": 1,
  470.                             "b": 1,
  471.                             "g": 1,
  472.                             "pos": 0.381818,
  473.                             "r": 1
  474.                         }
  475.                     ],
  476.                     "type": "Gradient"
  477.                 }
  478.             },
  479.             "type": "colorize"
  480.         },
  481.         {
  482.             "name": "blend_2_2",
  483.             "node_position": {
  484.                 "x": -560,
  485.                 "y": 520
  486.             },
  487.             "parameters": {
  488.                 "amount": 1,
  489.                 "blend_type": 10
  490.             },
  491.             "type": "blend"
  492.         },
  493.         {
  494.             "name": "normal_map",
  495.             "node_position": {
  496.                 "x": -520,
  497.                 "y": 700
  498.             },
  499.             "parameters": {
  500.                 "param0": 10,
  501.                 "param1": 0.02,
  502.                 "param2": 0,
  503.                 "param4": 1
  504.             },
  505.             "type": "normal_map"
  506.         },
  507.         {
  508.             "name": "colorize_4",
  509.             "node_position": {
  510.                 "x": -540,
  511.                 "y": 840
  512.             },
  513.             "parameters": {
  514.                 "gradient": {
  515.                     "interpolation": 1,
  516.                     "points": [
  517.                         {
  518.                             "a": 1,
  519.                             "b": 0.636719,
  520.                             "g": 0.636719,
  521.                             "pos": 0,
  522.                             "r": 0.636719
  523.                         },
  524.                         {
  525.                             "a": 1,
  526.                             "b": 1,
  527.                             "g": 1,
  528.                             "pos": 1,
  529.                             "r": 1
  530.                         }
  531.                     ],
  532.                     "type": "Gradient"
  533.                 }
  534.             },
  535.             "type": "colorize"
  536.         }
  537.     ],
  538.     "parameters": {
  539.  
  540.     },
  541.     "type": "graph"
  542. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement