Paint half of the vessel

This commit is contained in:
Jens Pitkänen 2026-08-03 20:58:31 +03:00
parent e7f19d7686
commit 263fb5073e
10 changed files with 1666 additions and 1215 deletions

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b4gxq0rqfa2mj"]
[ext_resource type="Texture2D" uid="uid://bk5rwnqti7u2h" path="res://maps/textures/__TB_empty.png" id="1_fkuog"]
[resource]
albedo_texture = ExtResource("1_fkuog")
metallic_specular = 0.0
texture_filter = 2

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://coud0hpayol8x"]
[ext_resource type="Texture2D" uid="uid://cox27erh4uq28" path="res://maps/textures/str_metalflr3.png" id="1_efmu8"]
[resource]
albedo_texture = ExtResource("1_efmu8")
metallic_specular = 0.0
texture_filter = 2

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://rxmugq4nwet0"]
[ext_resource type="Texture2D" uid="uid://drdl2mbqb5okx" path="res://maps/textures/str_metalflr8.png" id="1_rh21f"]
[resource]
albedo_texture = ExtResource("1_rh21f")
metallic_specular = 0.0
texture_filter = 2

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bkips6r27mxt2"]
[ext_resource type="Texture2D" uid="uid://bl4vie7uwsri" path="res://maps/textures/str_metalgrbl3.png" id="1_qq0x1"]
[resource]
albedo_texture = ExtResource("1_qq0x1")
metallic_specular = 0.0
texture_filter = 2

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://c35hcosbpjvm4"]
[ext_resource type="Texture2D" uid="uid://bhxk5pmugja2l" path="res://maps/textures/str_metalpan8.png" id="1_oulvm"]
[resource]
albedo_texture = ExtResource("1_oulvm")
metallic_specular = 0.0
texture_filter = 2

View File

@ -0,0 +1,8 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://duw6q3pyhr3ou"]
[ext_resource type="Texture2D" uid="uid://dfmfvmgbi1wff" path="res://maps/textures/str_rotwoodgen3.png" id="1_5p88l"]
[resource]
albedo_texture = ExtResource("1_5p88l")
metallic_specular = 0.0
texture_filter = 2

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

View File

@ -0,0 +1,41 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bk5rwnqti7u2h"
path.s3tc="res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://maps/textures/__TB_empty.png"
dest_files=["res://.godot/imported/__TB_empty.png-1cb23211e1c304433edc0779d5c3f113.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

File diff suppressed because it is too large Load Diff

Binary file not shown.