First Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://cal2s6wv6y3j"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqj7x6pcb73iy" path="res://addons/gdquest_sophia/model/sophia_eye_open_diffuse.png" id="1_puhan"]
|
||||
[ext_resource type="Texture2D" uid="uid://pcq7xge7vncv" path="res://addons/gdquest_sophia/model/sophia_eye_open_normal.png" id="2_8lr5k"]
|
||||
|
||||
[resource]
|
||||
resource_name = "eye_mat_L"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_puhan")
|
||||
roughness = 0.5
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("2_8lr5k")
|
||||
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://cdp5t51v8o1rs"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bqj7x6pcb73iy" path="res://addons/gdquest_sophia/model/sophia_eye_open_diffuse.png" id="1_a6jqn"]
|
||||
[ext_resource type="Texture2D" uid="uid://pcq7xge7vncv" path="res://addons/gdquest_sophia/model/sophia_eye_open_normal.png" id="2_iuhho"]
|
||||
|
||||
[resource]
|
||||
resource_name = "eye_mat_R"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_a6jqn")
|
||||
roughness = 0.5
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("2_iuhho")
|
||||
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://dye01l0ct4fby"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ctfbobgg7ts8d" path="res://addons/gdquest_sophia/model/textures/eyes_diffuse_map.png" id="1_oox6g"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjvo8w2ptm7fc" path="res://addons/gdquest_sophia/model/textures/eyes_normal_map.png" id="2_r1vvu"]
|
||||
|
||||
[resource]
|
||||
resource_name = "eye_mat_L"
|
||||
transparency = 1
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_oox6g")
|
||||
roughness = 0.5
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("2_r1vvu")
|
||||
uv1_scale = Vector3(1, 0.5, 1)
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://ejs88styylln"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d3gigd8y5hjg" path="res://addons/gdquest_sophia/model/sophia_mouth_smile_diffuse.png" id="1_8gei4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c36m8cv33f0yi" path="res://addons/gdquest_sophia/model/sophia_mouth_smile_normal.png" id="2_e4i0b"]
|
||||
|
||||
[resource]
|
||||
resource_name = "mouth_mat"
|
||||
transparency = 1
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_8gei4")
|
||||
roughness = 0.5
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("2_e4i0b")
|
||||
@@ -0,0 +1,25 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://bv3j2e7k6f5xf"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://6jb7dt4d54ck" path="res://addons/gdquest_sophia/model/sophia_diffuse.png" id="1_m7hxq"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbg3uqtvqxigv" path="res://addons/gdquest_sophia/model/sophia_roughness.png" id="2_fbyat"]
|
||||
[ext_resource type="Texture2D" uid="uid://mdhln8lltmyo" path="res://addons/gdquest_sophia/model/sophia_normal.png" id="3_tmo2m"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxqmgxq6o21yr" path="res://addons/gdquest_sophia/model/SSS.png" id="4_luinf"]
|
||||
|
||||
[resource]
|
||||
resource_name = "sophia_material"
|
||||
cull_mode = 2
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_m7hxq")
|
||||
metallic_texture = ExtResource("2_fbyat")
|
||||
metallic_texture_channel = 2
|
||||
roughness = 0.8
|
||||
roughness_texture = ExtResource("2_fbyat")
|
||||
roughness_texture_channel = 1
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("3_tmo2m")
|
||||
rim_enabled = true
|
||||
rim = 0.5
|
||||
subsurf_scatter_enabled = true
|
||||
subsurf_scatter_strength = 0.25
|
||||
subsurf_scatter_skin_mode = true
|
||||
subsurf_scatter_texture = ExtResource("4_luinf")
|
||||
Reference in New Issue
Block a user