building destruction particles

This commit is contained in:
Michael Campbell 2026-04-15 01:14:14 -04:00
parent dba09165e8
commit afc0aab441
127 changed files with 27285 additions and 240 deletions

View file

@ -0,0 +1,47 @@
<?xml version="1.0"?>
<materialx version="1.38" fileprefix="./">
<standard_surface xpos="6.159420" ypos="-1.879310" name="Metal034_1K_JPG_StandardSurface" type="surfaceshader">
<input name="specular" value="0" type="float" />
<input name="coat" value="1" type="float" />
<input name="coat_color" value="1, 1, 1" type="color3" />
<input name="base" value="1" type="float" />
<input nodename="Metal034_1K_JPG_Color" name="base_color" type="color3" />
<input nodename="Metal034_1K_JPG_Metalness" name="metalness" value="1" type="float" />
<input nodename="normalmap" name="normal" type="vector3" />
<input nodename="normalmap" name="coat_normal" type="vector3" />
<input nodename="Metal034_1K_JPG_Roughness" name="specular_roughness" type="float" />
<input nodename="Metal034_1K_JPG_Roughness" name="coat_roughness" type="float" />
</standard_surface>
<surfacematerial xpos="8.695652" ypos="0.000000" name="Metal034_1K_JPG" type="material">
<input nodename="Metal034_1K_JPG_StandardSurface" name="surfaceshader" type="surfaceshader" />
<input nodename="displacement" name="displacementshader" type="displacementshader" />
</surfacematerial>
<tiledimage xpos="3.623188" ypos="-3.103448" name="Metal034_1K_JPG_Color" type="color3">
<input colorspace="srgb_texture" name="file" value="Metal034_1K-JPG_Color.jpg" type="filename" />
<input name="uvtiling" value="1.0, 1.0" type="vector2" />
</tiledimage>
<tiledimage xpos="3.623188" ypos="5.163793" name="Metal034_1K_JPG_Displacement" type="float">
<input name="file" value="Metal034_1K-JPG_Displacement.jpg" type="filename" />
<input name="uvtiling" value="1.0, 1.0" type="vector2" />
</tiledimage>
<displacement xpos="6.159420" ypos="1.879310" name="displacement" type="displacementshader">
<input nodename="Metal034_1K_JPG_Displacement" name="displacement" type="float" />
<input name="scale" value="1.0" type="float" />
</displacement>
<tiledimage xpos="3.623188" ypos="-1.758621" name="Metal034_1K_JPG_Metalness" type="float">
<input name="file" value="Metal034_1K-JPG_Metalness.jpg" type="filename" />
<input name="uvtiling" value="1.0, 1.0" type="vector2" />
</tiledimage>
<tiledimage xpos="1.086957" ypos="0.879310" name="Metal034_1K_JPG_NormalGL" type="vector3">
<input name="file" value="Metal034_1K-JPG_NormalGL.jpg" type="filename" />
<input name="uvtiling" value="1.0, 1.0" type="vector2" />
</tiledimage>
<normalmap xpos="3.623188" ypos="3.586207" name="normalmap" type="vector3">
<input nodename="Metal034_1K_JPG_NormalGL" name="in" type="vector3" />
<input name="scale" value="1.0" type="float" />
</normalmap>
<tiledimage xpos="3.623188" ypos="-0.413793" name="Metal034_1K_JPG_Roughness" type="float">
<input name="file" value="Metal034_1K-JPG_Roughness.jpg" type="filename" />
<input name="uvtiling" value="1.0, 1.0" type="vector2" />
</tiledimage>
</materialx>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://3d4panlm1p7q"
path.s3tc="res://.godot/imported/Metal034_1K-JPG_Color.jpg-e030100c2f7c8cece04baac62f919bf7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/gold/Metal034_1K-JPG_Color.jpg"
dest_files=["res://.godot/imported/Metal034_1K-JPG_Color.jpg-e030100c2f7c8cece04baac62f919bf7.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: 4.2 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwwf21fixce7d"
path.s3tc="res://.godot/imported/Metal034_1K-JPG_Metalness.jpg-723069416aab5101995b5c315ac586ac.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/gold/Metal034_1K-JPG_Metalness.jpg"
dest_files=["res://.godot/imported/Metal034_1K-JPG_Metalness.jpg-723069416aab5101995b5c315ac586ac.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: 334 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cygokodsnexfd"
path.s3tc="res://.godot/imported/Metal034_1K-JPG_NormalGL.jpg-0cb245ddeccb36b34676853c0843ba13.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/gold/Metal034_1K-JPG_NormalGL.jpg"
dest_files=["res://.godot/imported/Metal034_1K-JPG_NormalGL.jpg-0cb245ddeccb36b34676853c0843ba13.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://example/gold/Metal034_1K-JPG_NormalGL.jpg"
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: 178 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dqfmuhe3clqjf"
path.s3tc="res://.godot/imported/Metal034_1K-JPG_Roughness.jpg-cc5667eb49456fbc08e4abe2bd0ca49d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/gold/Metal034_1K-JPG_Roughness.jpg"
dest_files=["res://.godot/imported/Metal034_1K-JPG_Roughness.jpg-cc5667eb49456fbc08e4abe2bd0ca49d.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

15
example/gold/gold.tres Normal file
View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://1cu7oct3e6x4"]
[ext_resource type="Texture2D" uid="uid://3d4panlm1p7q" path="res://example/gold/Metal034_1K-JPG_Color.jpg" id="1_dtvld"]
[ext_resource type="Texture2D" uid="uid://cwwf21fixce7d" path="res://example/gold/Metal034_1K-JPG_Metalness.jpg" id="2_4ype0"]
[ext_resource type="Texture2D" uid="uid://cygokodsnexfd" path="res://example/gold/Metal034_1K-JPG_NormalGL.jpg" id="3_dx8r8"]
[ext_resource type="Texture2D" uid="uid://dqfmuhe3clqjf" path="res://example/gold/Metal034_1K-JPG_Roughness.jpg" id="4_1wd7g"]
[resource]
albedo_texture = ExtResource("1_dtvld")
metallic = 1.0
metallic_texture = ExtResource("2_4ype0")
roughness_texture = ExtResource("4_1wd7g")
normal_enabled = true
normal_texture = ExtResource("3_dx8r8")
uv1_triplanar = true

View file

@ -0,0 +1,42 @@
<?xml version="1.0"?>
<materialx version="1.38" fileprefix="./">
<standard_surface xpos="6.159420" name="Porcelain001_1K_JPG_StandardSurface" type="surfaceshader" ypos="-1.879310">
<input value="0" name="specular" type="float" />
<input value="1" name="coat" type="float" />
<input value="1, 1, 1" name="coat_color" type="color3" />
<input value="1" name="base" type="float" />
<input nodename="Porcelain001_1K_JPG_Color" name="base_color" type="color3" />
<input nodename="normalmap" name="normal" type="vector3" />
<input nodename="normalmap" name="coat_normal" type="vector3" />
<input nodename="Porcelain001_1K_JPG_Roughness" name="specular_roughness" type="float" />
<input nodename="Porcelain001_1K_JPG_Roughness" name="coat_roughness" type="float" />
</standard_surface>
<surfacematerial xpos="8.695652" name="Porcelain001_1K_JPG" type="material" ypos="0.000000">
<input nodename="Porcelain001_1K_JPG_StandardSurface" name="surfaceshader" type="surfaceshader" />
<input nodename="displacement" name="displacementshader" type="displacementshader" />
</surfacematerial>
<tiledimage xpos="3.623188" name="Porcelain001_1K_JPG_Color" type="color3" ypos="-3.103448">
<input value="Porcelain001_1K-JPG_Color.jpg" colorspace="srgb_texture" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<tiledimage xpos="3.623188" name="Porcelain001_1K_JPG_Displacement" type="float" ypos="5.163793">
<input value="Porcelain001_1K-JPG_Displacement.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<displacement xpos="6.159420" name="displacement" type="displacementshader" ypos="1.879310">
<input nodename="Porcelain001_1K_JPG_Displacement" name="displacement" type="float" />
<input value="1.0" name="scale" type="float" />
</displacement>
<tiledimage xpos="1.086957" name="Porcelain001_1K_JPG_NormalGL" type="vector3" ypos="0.879310">
<input value="Porcelain001_1K-JPG_NormalGL.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<normalmap xpos="3.623188" name="normalmap" type="vector3" ypos="3.586207">
<input nodename="Porcelain001_1K_JPG_NormalGL" name="in" type="vector3" />
<input value="1.0" name="scale" type="float" />
</normalmap>
<tiledimage xpos="3.623188" name="Porcelain001_1K_JPG_Roughness" type="float" ypos="-0.413793">
<input value="Porcelain001_1K-JPG_Roughness.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
</materialx>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ulqtg5fctsqr"
path.s3tc="res://.godot/imported/Porcelain001_1K-JPG_Color.jpg-6cf998f10d72269959293501a2f22d56.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/porcelain/Porcelain001_1K-JPG_Color.jpg"
dest_files=["res://.godot/imported/Porcelain001_1K-JPG_Color.jpg-6cf998f10d72269959293501a2f22d56.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: 330 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2wmjyxq50u42"
path="res://.godot/imported/Porcelain001_1K-JPG_NormalGL.jpg-284ddab70d1e76e236f309b6b7457b2b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://example/porcelain/Porcelain001_1K-JPG_NormalGL.jpg"
dest_files=["res://.godot/imported/Porcelain001_1K-JPG_NormalGL.jpg-284ddab70d1e76e236f309b6b7457b2b.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: 305 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d4eagq4s8wivt"
path.s3tc="res://.godot/imported/Porcelain001_1K-JPG_Roughness.jpg-ca1cbbe57fca653de53f6a0f8ccfdbe9.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/porcelain/Porcelain001_1K-JPG_Roughness.jpg"
dest_files=["res://.godot/imported/Porcelain001_1K-JPG_Roughness.jpg-ca1cbbe57fca653de53f6a0f8ccfdbe9.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

View file

@ -0,0 +1,9 @@
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://b3k3lp0hpa8gc"]
[ext_resource type="Texture2D" uid="uid://d4eagq4s8wivt" path="res://example/porcelain/Porcelain001_1K-JPG_Roughness.jpg" id="1_1reqs"]
[ext_resource type="Texture2D" uid="uid://ulqtg5fctsqr" path="res://example/porcelain/Porcelain001_1K-JPG_Color.jpg" id="1_8ej01"]
[resource]
albedo_color = Color(1, 1, 1, 0.505882)
albedo_texture = ExtResource("1_8ej01")
roughness_texture = ExtResource("1_1reqs")

Binary file not shown.

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cttwgqb8m23d6"
path.bptc="res://.godot/imported/autumn_field_puresky_1k.exr-a67f919ba3748b4ec942e72defce2e1e.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/sky/autumn_field_puresky_1k.exr"
dest_files=["res://.godot/imported/autumn_field_puresky_1k.exr-a67f919ba3748b4ec942e72defce2e1e.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

BIN
example/teapot/Teapot.glb Normal file

Binary file not shown.

View file

@ -0,0 +1,56 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://brc612r8c0sdq"
path="res://.godot/imported/Teapot.glb-6b9c4c0e5cace9471293fe12cd4d2858.scn"
[deps]
source_file="res://example/teapot/Teapot.glb"
dest_files=["res://.godot/imported/Teapot.glb-6b9c4c0e5cace9471293fe12cd4d2858.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"meshes": {
"Teapot_Cube_003": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://example/teapot/Teapot_Lid.res"
},
"Teapot_Cube_004": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://example/teapot/Teapot_Body.res"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

Binary file not shown.

Binary file not shown.

5
example/transparent.tres Normal file
View file

@ -0,0 +1,5 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://ce2m245o8wd8x"]
[resource]
transparency = 1
albedo_color = Color(0.301961, 0.580392, 0, 0.501961)

19022
example/voronoiexamples.tscn Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,42 @@
<?xml version="1.0"?>
<materialx version="1.38" fileprefix="./">
<standard_surface xpos="6.159420" name="Wood067_1K_JPG_StandardSurface" type="surfaceshader" ypos="-1.879310">
<input value="0" name="specular" type="float" />
<input value="1" name="coat" type="float" />
<input value="1, 1, 1" name="coat_color" type="color3" />
<input value="1" name="base" type="float" />
<input name="base_color" nodename="Wood067_1K_JPG_Color" type="color3" />
<input name="normal" nodename="normalmap" type="vector3" />
<input name="coat_normal" nodename="normalmap" type="vector3" />
<input name="specular_roughness" nodename="Wood067_1K_JPG_Roughness" type="float" />
<input name="coat_roughness" nodename="Wood067_1K_JPG_Roughness" type="float" />
</standard_surface>
<surfacematerial xpos="8.695652" name="Wood067_1K_JPG" type="material" ypos="0.000000">
<input name="surfaceshader" nodename="Wood067_1K_JPG_StandardSurface" type="surfaceshader" />
<input name="displacementshader" nodename="displacement" type="displacementshader" />
</surfacematerial>
<tiledimage xpos="3.623188" name="Wood067_1K_JPG_Color" type="color3" ypos="-3.103448">
<input value="Wood067_1K-JPG_Color.jpg" colorspace="srgb_texture" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<tiledimage xpos="3.623188" name="Wood067_1K_JPG_Displacement" type="float" ypos="5.163793">
<input value="Wood067_1K-JPG_Displacement.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<displacement xpos="6.159420" name="displacement" type="displacementshader" ypos="1.879310">
<input name="displacement" nodename="Wood067_1K_JPG_Displacement" type="float" />
<input value="1.0" name="scale" type="float" />
</displacement>
<tiledimage xpos="1.086957" name="Wood067_1K_JPG_NormalGL" type="vector3" ypos="0.879310">
<input value="Wood067_1K-JPG_NormalGL.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
<normalmap xpos="3.623188" name="normalmap" type="vector3" ypos="3.586207">
<input name="in" nodename="Wood067_1K_JPG_NormalGL" type="vector3" />
<input value="1.0" name="scale" type="float" />
</normalmap>
<tiledimage xpos="3.623188" name="Wood067_1K_JPG_Roughness" type="float" ypos="-0.413793">
<input value="Wood067_1K-JPG_Roughness.jpg" name="file" type="filename" />
<input value="1.0, 1.0" name="uvtiling" type="vector2" />
</tiledimage>
</materialx>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://du771hatk28at"
path.s3tc="res://.godot/imported/Wood067_1K-JPG_Color.jpg-b38df67fdfa357a9555b3c69fb91b675.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/wood/Wood067_1K-JPG_Color.jpg"
dest_files=["res://.godot/imported/Wood067_1K-JPG_Color.jpg-b38df67fdfa357a9555b3c69fb91b675.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: 596 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b4jkypeghbk3h"
path.s3tc="res://.godot/imported/Wood067_1K-JPG_Displacement.jpg-f9f07650ce57283c760f3c63ed683d2b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/wood/Wood067_1K-JPG_Displacement.jpg"
dest_files=["res://.godot/imported/Wood067_1K-JPG_Displacement.jpg-f9f07650ce57283c760f3c63ed683d2b.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=7
roughness/src_normal="res://example/wood/Wood067_1K-JPG_NormalGL.jpg"
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: 852 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dfobjcany71fi"
path.s3tc="res://.godot/imported/Wood067_1K-JPG_NormalGL.jpg-e6b1ae357d1e964695e85ee851c764b1.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/wood/Wood067_1K-JPG_NormalGL.jpg"
dest_files=["res://.godot/imported/Wood067_1K-JPG_NormalGL.jpg-e6b1ae357d1e964695e85ee851c764b1.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://example/wood/Wood067_1K-JPG_NormalGL.jpg"
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: 393 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bm4uan4i3qxcp"
path.s3tc="res://.godot/imported/Wood067_1K-JPG_Roughness.jpg-d4560b3eafdc1920f7dccec2b3541b25.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://example/wood/Wood067_1K-JPG_Roughness.jpg"
dest_files=["res://.godot/imported/Wood067_1K-JPG_Roughness.jpg-d4560b3eafdc1920f7dccec2b3541b25.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

15
example/wood/wood.tres Normal file
View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://djsu2knpsai4y"]
[ext_resource type="Texture2D" uid="uid://du771hatk28at" path="res://example/wood/Wood067_1K-JPG_Color.jpg" id="1_8v4p2"]
[ext_resource type="Texture2D" uid="uid://b4jkypeghbk3h" path="res://example/wood/Wood067_1K-JPG_Displacement.jpg" id="2_xpkcs"]
[ext_resource type="Texture2D" uid="uid://dfobjcany71fi" path="res://example/wood/Wood067_1K-JPG_NormalGL.jpg" id="3_1on0o"]
[ext_resource type="Texture2D" uid="uid://bm4uan4i3qxcp" path="res://example/wood/Wood067_1K-JPG_Roughness.jpg" id="4_vaw02"]
[resource]
albedo_texture = ExtResource("1_8v4p2")
roughness_texture = ExtResource("4_vaw02")
normal_enabled = true
normal_texture = ExtResource("3_1on0o")
heightmap_enabled = true
heightmap_scale = 1.0
heightmap_texture = ExtResource("2_xpkcs")