feat: redid all of the textures and some of the lighting

This commit is contained in:
Sara 2024-11-27 20:25:44 +01:00
parent 75ada519b8
commit d2202e960e
56 changed files with 539 additions and 164 deletions

View file

@ -1,9 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://fa87jbiwsplk"]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://fa87jbiwsplk"]
[ext_resource type="Texture2D" uid="uid://dkds3kukh7055" path="res://models/props/dirtpile_wall_soil.jpg" id="1_ike1o"]
[ext_resource type="Texture2D" uid="uid://2khh074pibhb" path="res://models/props/dirtpile_large_dirt.png" id="1_1d2ym"]
[ext_resource type="Texture2D" uid="uid://kplwqn5m4twx" path="res://models/props/dirtpile_large_dirt_normal.png" id="2_4oxut"]
[resource]
resource_name = "Mud"
specular_mode = 1
albedo_texture = ExtResource("1_ike1o")
albedo_texture = ExtResource("1_1d2ym")
metallic = 0.497409
roughness = 0.39
normal_enabled = true
normal_texture = ExtResource("2_4oxut")

View file

@ -1,10 +1,16 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://brsn1svvuegjo"]
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://c82erqfo7amx5"]
[ext_resource type="Texture2D" uid="uid://1jreew0ibpxu" path="res://models/props/trenchwall_2m_rotten_planks.jpg" id="1_3si8l"]
[ext_resource type="Texture2D" uid="uid://c7vceqjnc4boe" path="res://models/props/trenchwall_2m_planks.png" id="1_3dunn"]
[ext_resource type="Texture2D" uid="uid://c08y3xwk0juqv" path="res://models/props/trenchwall_2m_planks_normal.png" id="2_jylb1"]
[resource]
resource_name = "Planks"
specular_mode = 1
albedo_texture = ExtResource("1_3si8l")
metallic = 0.367876
albedo_texture = ExtResource("1_3dunn")
metallic = 0.231512
roughness = 0.873057
normal_enabled = true
normal_texture = ExtResource("2_jylb1")
distance_fade_mode = 2
distance_fade_min_distance = 0.2
distance_fade_max_distance = 0.3