2018-07-22 17:20:27 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2019-08-12 15:58:42 +02:00
|
|
|
[ext_resource path="res://addons/material_maker/nodes/material.gd" type="Script" id=1]
|
2018-09-22 08:12:33 +02:00
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Material" type="GraphNode"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 230.0
|
|
|
|
margin_bottom = 199.0
|
2018-07-22 17:20:27 +02:00
|
|
|
mouse_filter = 1
|
|
|
|
theme = SubResource( 1 )
|
|
|
|
title = "Material"
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/0/left_enabled = false
|
2018-07-22 17:20:27 +02:00
|
|
|
slot/0/left_type = 0
|
2018-10-26 22:44:47 +02:00
|
|
|
slot/0/left_color = Color( 0.411765, 1, 0.388235, 0.352941 )
|
2018-07-22 17:20:27 +02:00
|
|
|
slot/0/right_enabled = false
|
|
|
|
slot/0/right_type = 0
|
|
|
|
slot/0/right_color = Color( 0.5, 0.5, 1, 1 )
|
2018-07-28 09:37:51 +02:00
|
|
|
slot/1/left_enabled = true
|
2018-07-25 06:20:36 +02:00
|
|
|
slot/1/left_type = 0
|
2018-10-26 22:44:47 +02:00
|
|
|
slot/1/left_color = Color( 0.411765, 1, 0.388235, 0.352941 )
|
2018-07-25 06:20:36 +02:00
|
|
|
slot/1/right_enabled = false
|
|
|
|
slot/1/right_type = 0
|
2018-07-28 09:37:51 +02:00
|
|
|
slot/1/right_color = Color( 0.5, 0.5, 1, 1 )
|
2018-07-29 23:43:24 +02:00
|
|
|
slot/2/left_enabled = true
|
|
|
|
slot/2/left_type = 0
|
2018-08-25 08:07:22 +02:00
|
|
|
slot/2/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
2018-07-29 23:43:24 +02:00
|
|
|
slot/2/right_enabled = false
|
|
|
|
slot/2/right_type = 0
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/2/right_color = Color( 0.5, 0.5, 1, 1 )
|
2018-07-29 23:43:24 +02:00
|
|
|
slot/3/left_enabled = true
|
|
|
|
slot/3/left_type = 0
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/3/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
2018-07-29 23:43:24 +02:00
|
|
|
slot/3/right_enabled = false
|
|
|
|
slot/3/right_type = 0
|
|
|
|
slot/3/right_color = Color( 0.498039, 0.498039, 1, 1 )
|
|
|
|
slot/4/left_enabled = true
|
|
|
|
slot/4/left_type = 0
|
|
|
|
slot/4/left_color = Color( 0.498039, 0.498039, 1, 1 )
|
|
|
|
slot/4/right_enabled = false
|
|
|
|
slot/4/right_type = 0
|
|
|
|
slot/4/right_color = Color( 0.498039, 0.498039, 1, 1 )
|
|
|
|
slot/5/left_enabled = true
|
|
|
|
slot/5/left_type = 0
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/5/left_color = Color( 0.498039, 0.498039, 1, 1 )
|
2018-07-29 23:43:24 +02:00
|
|
|
slot/5/right_enabled = false
|
|
|
|
slot/5/right_type = 0
|
|
|
|
slot/5/right_color = Color( 0.498039, 0.498039, 1, 1 )
|
2018-08-10 12:31:15 +02:00
|
|
|
slot/6/left_enabled = true
|
|
|
|
slot/6/left_type = 0
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/6/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
2018-08-10 12:31:15 +02:00
|
|
|
slot/6/right_enabled = false
|
|
|
|
slot/6/right_type = 0
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/6/right_color = Color( 0.498039, 0.498039, 1, 1 )
|
|
|
|
slot/7/left_enabled = true
|
|
|
|
slot/7/left_type = 0
|
2018-10-26 22:44:47 +02:00
|
|
|
slot/7/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
2018-08-26 16:22:42 +02:00
|
|
|
slot/7/right_enabled = false
|
|
|
|
slot/7/right_type = 0
|
|
|
|
slot/7/right_color = Color( 0.494118, 0.494118, 1, 1 )
|
2018-07-22 17:20:27 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="resolution" type="OptionButton" parent="."]
|
2018-07-22 17:20:27 +02:00
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 24.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
|
|
|
margin_bottom = 44.0
|
2018-08-26 16:22:42 +02:00
|
|
|
text = "512x512"
|
|
|
|
items = [ "256x256", null, false, 0, null, "512x512", null, false, 1, null, "1024x1024", null, false, 2, null, "2048x2048", null, false, -1, null ]
|
|
|
|
selected = 1
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Albedo" type="HBoxContainer" parent="."]
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 44.0
|
|
|
|
margin_right = 214.0
|
|
|
|
margin_bottom = 64.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="Albedo"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 3.0
|
|
|
|
margin_right = 114.0
|
|
|
|
margin_bottom = 17.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-25 06:20:36 +02:00
|
|
|
text = "Albedo"
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="albedo_color" type="ColorPickerButton" parent="Albedo"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 118.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 80, 0 )
|
|
|
|
color = Color( 1, 1, 1, 1 )
|
2018-09-10 08:00:03 +02:00
|
|
|
edit_alpha = false
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Metallic" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
2018-07-25 06:20:36 +02:00
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 65.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 89.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="Metallic"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-29 23:43:24 +02:00
|
|
|
text = "Metallic"
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="metallic" type="SpinBox" parent="Metallic"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
2018-07-29 23:43:24 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Roughness" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
2018-07-29 23:43:24 +02:00
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 90.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 114.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="Roughness"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-29 23:43:24 +02:00
|
|
|
text = "Roughness"
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="roughness" type="SpinBox" parent="Roughness"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Emission" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
2018-07-29 23:43:24 +02:00
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 115.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 139.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="Emission"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-29 23:43:24 +02:00
|
|
|
text = "Emission"
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="emission_energy" type="SpinBox" parent="Emission"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 5.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
2018-07-29 23:43:24 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="NormalMap" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
2018-07-29 23:43:24 +02:00
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 140.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 164.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="NormalMap"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-25 06:20:36 +02:00
|
|
|
text = "Normal map"
|
2018-07-22 17:20:27 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="normal_scale" type="SpinBox" parent="NormalMap"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 5.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="AmbientOcclusion" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
2018-07-29 23:43:24 +02:00
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 165.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 189.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="AmbientOcclusion"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "Ambient occlusion"
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="ao_light_affect" type="SpinBox" parent="AmbientOcclusion"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 5.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="DepthMap" type="HBoxContainer" parent="."]
|
2018-08-10 12:31:15 +02:00
|
|
|
editor/display_folded = true
|
|
|
|
margin_left = 16.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_top = 190.0
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_right = 214.0
|
2018-08-26 16:22:42 +02:00
|
|
|
margin_bottom = 214.0
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="Label" type="Label" parent="DepthMap"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
size_flags_horizontal = 3
|
2018-07-29 23:43:24 +02:00
|
|
|
text = "Depth map"
|
2018-08-10 12:31:15 +02:00
|
|
|
|
2019-09-13 08:07:46 +02:00
|
|
|
[node name="depth_scale" type="SpinBox" parent="DepthMap"]
|
2018-08-10 12:31:15 +02:00
|
|
|
margin_left = 124.0
|
|
|
|
margin_right = 198.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
max_value = 5.0
|
|
|
|
step = 0.05
|
|
|
|
value = 1.0
|