Add light setup, scene for main level, add canon model, add generic metal materials

This commit is contained in:
Florian Decker
2022-12-10 21:09:53 +01:00
parent 8ef7cc2507
commit 2e10a0fa64
11 changed files with 204 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://6iimuun6ruv4"]
[ext_resource type="Texture2D" uid="uid://dbjxy01lkuvle" path="res://Assets/Textures/CopperNew/copper_Metallic.png" id="1_xkanr"]
[ext_resource type="Texture2D" uid="uid://bh776vcqbunoi" path="res://Assets/Textures/CopperNew/copper_Normal.png" id="2_vx0hn"]
[ext_resource type="Texture2D" uid="uid://dwlxmetf7l5gf" path="res://Assets/Textures/CopperNew/copper_Rougness.png" id="3_wnjt4"]
[resource]
albedo_color = Color(0.52549, 0.509804, 0.54902, 1)
metallic = 1.0
metallic_texture = ExtResource("1_xkanr")
roughness_texture = ExtResource("3_wnjt4")
normal_enabled = true
normal_texture = ExtResource("2_vx0hn")

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbjxy01lkuvle"
path.s3tc="res://.godot/imported/copper_Metallic.png-ae3c85d788ee1e58cb36ec2a4a0a050b.s3tc.ctex"
path.etc2="res://.godot/imported/copper_Metallic.png-ae3c85d788ee1e58cb36ec2a4a0a050b.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"vram_texture": true
}
[deps]
source_file="res://Assets/Textures/CopperNew/copper_Metallic.png"
dest_files=["res://.godot/imported/copper_Metallic.png-ae3c85d788ee1e58cb36ec2a4a0a050b.s3tc.ctex", "res://.godot/imported/copper_Metallic.png-ae3c85d788ee1e58cb36ec2a4a0a050b.etc2.ctex"]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
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: 428 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bh776vcqbunoi"
path.s3tc="res://.godot/imported/copper_Normal.png-f6cf1169750e9a792adead9e1cb66c00.s3tc.ctex"
path.etc2="res://.godot/imported/copper_Normal.png-f6cf1169750e9a792adead9e1cb66c00.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"vram_texture": true
}
[deps]
source_file="res://Assets/Textures/CopperNew/copper_Normal.png"
dest_files=["res://.godot/imported/copper_Normal.png-f6cf1169750e9a792adead9e1cb66c00.s3tc.ctex", "res://.godot/imported/copper_Normal.png-f6cf1169750e9a792adead9e1cb66c00.etc2.ctex"]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=1
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=1
roughness/src_normal="res://Assets/Textures/CopperNew/copper_Normal.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: 389 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dwlxmetf7l5gf"
path.s3tc="res://.godot/imported/copper_Rougness.png-3cfd3f1bf077a4b823808a312e357c2c.s3tc.ctex"
path.etc2="res://.godot/imported/copper_Rougness.png-3cfd3f1bf077a4b823808a312e357c2c.etc2.ctex"
metadata={
"imported_formats": ["s3tc", "etc2"],
"vram_texture": true
}
[deps]
source_file="res://Assets/Textures/CopperNew/copper_Rougness.png"
dest_files=["res://.godot/imported/copper_Rougness.png-3cfd3f1bf077a4b823808a312e357c2c.s3tc.ctex", "res://.godot/imported/copper_Rougness.png-3cfd3f1bf077a4b823808a312e357c2c.etc2.ctex"]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
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