This commit is contained in:
2024-01-26 00:00:07 +01:00
parent 0d2e01073c
commit bb763ea4e2
140 changed files with 30775 additions and 296 deletions

View File

@@ -0,0 +1,16 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://du8w0x0kmgjui"]
[ext_resource type="Texture2D" uid="uid://cac06p1wslebs" path="res://assets/textures/material/bricks/bricks_color.png" id="1_yaxkh"]
[ext_resource type="Texture2D" uid="uid://d00r8np6ml2w5" path="res://assets/textures/material/bricks/bricks_ambientocclusion.png" id="2_hx3c1"]
[ext_resource type="Texture2D" uid="uid://drmmk45emxaf6" path="res://assets/textures/material/bricks/bricks_normalgl.png" id="3_d83p4"]
[ext_resource type="Texture2D" uid="uid://cmt76vwxkxm5" path="res://assets/textures/material/bricks/bricks_roughness.png" id="4_6bbio"]
[resource]
albedo_texture = ExtResource("1_yaxkh")
roughness_texture = ExtResource("4_6bbio")
normal_enabled = true
normal_scale = 3.0
normal_texture = ExtResource("3_d83p4")
ao_enabled = true
ao_texture = ExtResource("2_hx3c1")
uv1_scale = Vector3(4, 4, 4)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d00r8np6ml2w5"
path.s3tc="res://.godot/imported/bricks_ambientocclusion.png-9db98e3e7f4bc23df31f0487eca092ce.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_ambientocclusion.png"
dest_files=["res://.godot/imported/bricks_ambientocclusion.png-9db98e3e7f4bc23df31f0487eca092ce.s3tc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cac06p1wslebs"
path.s3tc="res://.godot/imported/bricks_color.png-39e9cabea3018b8600132b13381fdc19.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_color.png"
dest_files=["res://.godot/imported/bricks_color.png-39e9cabea3018b8600132b13381fdc19.s3tc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2hal8lutnsxa"
path="res://.godot/imported/bricks_displacement.png-3cc7a7c61769243fa4cc917b9503acb1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_displacement.png"
dest_files=["res://.godot/imported/bricks_displacement.png-3cc7a7c61769243fa4cc917b9503acb1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djnbmgodoy12h"
path="res://.godot/imported/bricks_normaldx.png-d1bde33a7f5bc675131f02a26fd53f06.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_normaldx.png"
dest_files=["res://.godot/imported/bricks_normaldx.png-d1bde33a7f5bc675131f02a26fd53f06.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://drmmk45emxaf6"
path.s3tc="res://.godot/imported/bricks_normalgl.png-1410ea1dc2d728a4fe583614efe6e7f1.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_normalgl.png"
dest_files=["res://.godot/imported/bricks_normalgl.png-1410ea1dc2d728a4fe583614efe6e7f1.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=1
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=1
roughness/src_normal="res://assets/textures/material/bricks/bricks_normalgl.png"
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmt76vwxkxm5"
path.s3tc="res://.godot/imported/bricks_roughness.png-399eb344464e9bfb57ed0d080c77e451.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/bricks/bricks_roughness.png"
dest_files=["res://.godot/imported/bricks_roughness.png-399eb344464e9bfb57ed0d080c77e451.s3tc.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

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dui4fka680fan"
path.s3tc="res://.godot/imported/planks_ambientocclusion.png-188829182a45f8bdb3d124ea11ec4e98.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/planks/planks_ambientocclusion.png"
dest_files=["res://.godot/imported/planks_ambientocclusion.png-188829182a45f8bdb3d124ea11ec4e98.s3tc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cw7q8bplecdja"
path.s3tc="res://.godot/imported/planks_color.png-8b7f6eb61ed42d2fb3b503b909b9aa4f.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/planks/planks_color.png"
dest_files=["res://.godot/imported/planks_color.png-8b7f6eb61ed42d2fb3b503b909b9aa4f.s3tc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://mh80g7q37iyk"
path="res://.godot/imported/planks_displacement.png-68ba8cf544ab260acb663fc81bed869c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/material/planks/planks_displacement.png"
dest_files=["res://.godot/imported/planks_displacement.png-68ba8cf544ab260acb663fc81bed869c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2xraqpyy6cga"
path.s3tc="res://.godot/imported/planks_metalness.png-6a880b09d9c3f65bdbaeb867acba3dfd.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/planks/planks_metalness.png"
dest_files=["res://.godot/imported/planks_metalness.png-6a880b09d9c3f65bdbaeb867acba3dfd.s3tc.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3coec2b3w0xb"
path="res://.godot/imported/planks_normaldx.png-24e587b70d09d225c178369097090f94.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/material/planks/planks_normaldx.png"
dest_files=["res://.godot/imported/planks_normaldx.png-24e587b70d09d225c178369097090f94.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c00g6s3vm7fel"
path.s3tc="res://.godot/imported/planks_normalgl.png-20e4548ce0a50d691b7dff85f47c92b7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/planks/planks_normalgl.png"
dest_files=["res://.godot/imported/planks_normalgl.png-20e4548ce0a50d691b7dff85f47c92b7.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=1
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=1
roughness/src_normal="res://assets/textures/material/planks/planks_normalgl.png"
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dnp2gtqyguprk"
path.s3tc="res://.godot/imported/planks_roughness.png-9d828ee92f307ad8f12e86d836c2a0be.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/material/planks/planks_roughness.png"
dest_files=["res://.godot/imported/planks_roughness.png-9d828ee92f307ad8f12e86d836c2a0be.s3tc.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