Revise vessel mid, lights

This commit is contained in:
Jens Pitkänen 2026-08-06 23:09:10 +03:00
parent 1e605404e6
commit 046a6353d7
4 changed files with 1223 additions and 491 deletions

View File

@ -0,0 +1,11 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://2qgo4xbaj26l"]
[ext_resource type="Texture2D" uid="uid://xwu2jf05hgmg" path="res://maps/textures/{str_grating6.png" id="1_jv1up"]
[resource]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1_jv1up")
metallic_specular = 0.0
texture_filter = 2

View File

@ -3,19 +3,20 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://xwu2jf05hgmg" uid="uid://xwu2jf05hgmg"
path="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.ctex" path.s3tc="res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex"
metadata={ metadata={
"vram_texture": false "imported_formats": ["s3tc_bptc"],
"vram_texture": true
} }
[deps] [deps]
source_file="res://maps/textures/{str_grating6.png" source_file="res://maps/textures/{str_grating6.png"
dest_files=["res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.ctex"] dest_files=["res://.godot/imported/{str_grating6.png-cb8e2e96d70c00e2058345a8da1da870.s3tc.ctex"]
[params] [params]
compress/mode=0 compress/mode=2
compress/high_quality=false compress/high_quality=false
compress/lossy_quality=0.7 compress/lossy_quality=0.7
compress/uastc_level=0 compress/uastc_level=0
@ -23,7 +24,7 @@ compress/rdo_quality_loss=0.0
compress/hdr_compression=1 compress/hdr_compression=1
compress/normal_map=0 compress/normal_map=0
compress/channel_pack=0 compress/channel_pack=0
mipmaps/generate=false mipmaps/generate=true
mipmaps/limit=-1 mipmaps/limit=-1
roughness/mode=0 roughness/mode=0
roughness/src_normal="" roughness/src_normal=""
@ -37,4 +38,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false process/hdr_as_srgb=false
process/hdr_clamp_exposure=false process/hdr_clamp_exposure=false
process/size_limit=0 process/size_limit=0
detect_3d/compress_to=1 detect_3d/compress_to=0

File diff suppressed because it is too large Load Diff

Binary file not shown.