Commit 9123dec3 authored by Gavin An's avatar Gavin An

광원 효과 관련 수정

parent ca674a8c
...@@ -43,3 +43,9 @@ rendering_device/driver.windows="d3d12" ...@@ -43,3 +43,9 @@ rendering_device/driver.windows="d3d12"
renderer/rendering_method="mobile" renderer/rendering_method="mobile"
textures/vram_compression/import_s3tc_bptc=true textures/vram_compression/import_s3tc_bptc=true
textures/vram_compression/import_etc2_astc=true textures/vram_compression/import_etc2_astc=true
lights_and_shadows/directional_shadow/size=1024
lights_and_shadows/directional_shadow/size.mobile=512
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=0
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=0
lights_and_shadows/positional_shadow/atlas_size=1024
lights_and_shadows/positional_shadow/atlas_size.mobile=512
...@@ -7,7 +7,13 @@ ...@@ -7,7 +7,13 @@
[ext_resource type="Script" uid="uid://dkplkt6q8e3b5" path="res://src/core/unit_controller.gd" id="4_unit_ctrl"] [ext_resource type="Script" uid="uid://dkplkt6q8e3b5" path="res://src/core/unit_controller.gd" id="4_unit_ctrl"]
[ext_resource type="PackedScene" uid="uid://dfsvswt2g4422" path="res://src/entities/monsters/zombie/zombie_monster.tscn" id="5_2uitn"] [ext_resource type="PackedScene" uid="uid://dfsvswt2g4422" path="res://src/entities/monsters/zombie/zombie_monster.tscn" id="5_2uitn"]
[ext_resource type="PackedScene" uid="uid://bqga1rvcjyydy" path="res://src/ui/hud.tscn" id="5_hud"] [ext_resource type="PackedScene" uid="uid://bqga1rvcjyydy" path="res://src/ui/hud.tscn" id="5_hud"]
[ext_resource type="PackedScene" path="res://src/entities/monsters/skeleton/skeleton_monster.tscn" id="6_skeleton"] [ext_resource type="PackedScene" uid="uid://c6i2b5wfca7nk" path="res://src/entities/monsters/skeleton/skeleton_monster.tscn" id="6_skeleton"]
[sub_resource type="Environment" id="Environment_byiru"]
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_htxg3"]
[sub_resource type="Compositor" id="Compositor_taimx"]
[sub_resource type="NavigationMesh" id="NavigationMesh_map"] [sub_resource type="NavigationMesh" id="NavigationMesh_map"]
agent_height = 1.0 agent_height = 1.0
...@@ -23,10 +29,16 @@ point_count = 5 ...@@ -23,10 +29,16 @@ point_count = 5
script = ExtResource("1_main") script = ExtResource("1_main")
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=873926246] [node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=873926246]
environment = SubResource("Environment_byiru")
camera_attributes = SubResource("CameraAttributesPractical_htxg3")
compositor = SubResource("Compositor_taimx")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=808151930] [node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=808151930]
transform = Transform3D(0.866025, -0.353553, 0.353553, 0, 0.707107, 0.707107, -0.5, -0.612372, 0.612372, 0, 15, 0) transform = Transform3D(1, 0, 0, 0, 0.34202015, 0.9396926, 0, -0.9396926, 0.34202015, 0, 10.679649, 0)
shadow_enabled = true shadow_enabled = true
shadow_blur = 5.0
directional_shadow_mode = 0
directional_shadow_max_distance = 30.0
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="." unique_id=161846999] [node name="NavigationRegion3D" type="NavigationRegion3D" parent="." unique_id=161846999]
navigation_mesh = SubResource("NavigationMesh_map") navigation_mesh = SubResource("NavigationMesh_map")
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment