more work on taco town

This commit is contained in:
derek
2025-07-15 13:54:32 -05:00
parent 0a0ccdaff4
commit 33c10cbec9
14 changed files with 148 additions and 21 deletions

Binary file not shown.

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cj3owggf2amr"
path.bptc="res://.godot/imported/citrus_orchard_road_puresky_8k.exr-3fde6def5788ee326c3d77ae9ed99f1a.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/Textures/citrus_orchard_road_puresky_8k.exr"
dest_files=["res://.godot/imported/citrus_orchard_road_puresky_8k.exr-3fde6def5788ee326c3d77ae9ed99f1a.bptc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -8,7 +8,7 @@
[resource]
albedo_texture = ExtResource("1_rq37h")
normal_enabled = true
normal_scale = 16.0
normal_scale = 2.0
normal_texture = ExtResource("4_jl4pm")
ao_light_affect = 1.0
ao_texture = ExtResource("2_us1km")

View File

@@ -7,6 +7,7 @@
[resource]
albedo_texture = ExtResource("1_xkx0e")
metallic_specular = 0.0
normal_texture = ExtResource("4_my7q3")
ao_light_affect = 1.0
ao_texture = ExtResource("2_rps0l")

View File

@@ -9,7 +9,7 @@
albedo_color = Color(1, 0.927667, 0.69, 1)
albedo_texture = ExtResource("1_rum3h")
normal_enabled = true
normal_scale = 5.0
normal_scale = 3.0
normal_texture = ExtResource("4_31scx")
ao_enabled = true
ao_texture = ExtResource("2_rscf7")

View File

@@ -10,7 +10,7 @@
albedo_texture = ExtResource("1_vsmpp")
roughness_texture = ExtResource("5_djd8c")
normal_enabled = true
normal_scale = 5.0
normal_scale = 2.0
normal_texture = ExtResource("4_4lm7n")
ao_enabled = true
ao_light_affect = 1.0

File diff suppressed because one or more lines are too long