Fixed material PBR properties

This commit is contained in:
Marco 2025-08-28 17:18:41 +02:00
commit 3cf71e5c56
30 changed files with 1001 additions and 710 deletions

View file

@ -34,9 +34,17 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract=1
materials/extract_format=0
materials/extract_path=""
_subresources={}
materials/extract_path="res://3D/BlockbenchModels/Tubes/tube_corner_materials"
_subresources={
"materials": {
"material_0": {
"use_external/enabled": true,
"use_external/fallback_path": "res://3D/BlockbenchModels/Tubes/tube_corner_materials/material_0.tres",
"use_external/path": "uid://cctih04ilh76i"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -34,9 +34,17 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract=1
materials/extract_format=0
materials/extract_path=""
_subresources={}
materials/extract_path="res://3D/BlockbenchModels/Tubes/tube_emitter_materials"
_subresources={
"materials": {
"material_0": {
"use_external/enabled": true,
"use_external/fallback_path": "res://3D/BlockbenchModels/Tubes/tube_emitter_materials/material_0.tres",
"use_external/path": "uid://b6kqb8er0g7s4"
}
}
}
gltf/naming_version=2
gltf/embedded_image_handling=1

View file

@ -15,9 +15,11 @@ dest_files=["res://.godot/imported/Tube_Junction.gltf-2cf07e579b2bb732c223c80fc4
nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
meshes/ensure_tangents=true
meshes/generate_lods=true
@ -32,6 +34,17 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={}
materials/extract=1
materials/extract_format=0
materials/extract_path="res://3D/BlockbenchModels/Tubes/tube_junction_materials"
_subresources={
"materials": {
"material_0": {
"use_external/enabled": true,
"use_external/fallback_path": "res://3D/BlockbenchModels/Tubes/tube_junction_materials/material_0.tres",
"use_external/path": "uid://be6en04v68nsr"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -34,9 +34,17 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract=1
materials/extract_format=0
materials/extract_path=""
_subresources={}
materials/extract_path="res://3D/BlockbenchModels/Tubes/tube_straight_materials"
_subresources={
"materials": {
"material_0": {
"use_external/enabled": true,
"use_external/fallback_path": "res://3D/BlockbenchModels/Tubes/tube_straight_materials/material_0.tres",
"use_external/path": "uid://dr0ovopefv6fk"
}
}
}
gltf/naming_version=1
gltf/embedded_image_handling=1

View file

@ -34,9 +34,17 @@ animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
materials/extract=0
materials/extract=1
materials/extract_format=0
materials/extract_path=""
_subresources={}
materials/extract_path="res://3D/BlockbenchModels/Tubes/tube_straight_long_materials"
_subresources={
"materials": {
"material_0": {
"use_external/enabled": true,
"use_external/fallback_path": "res://3D/BlockbenchModels/Tubes/tube_straight_long_materials/material_0.tres",
"use_external/path": "uid://f4mxc3jmwyop"
}
}
}
gltf/naming_version=2
gltf/embedded_image_handling=1

View file

@ -0,0 +1,13 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bmu6acg1n4ma2"]
[ext_resource type="Texture2D" uid="uid://kjrriwty2h3e" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_0.png" id="1_1vxi0"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_1vxi0")
texture_filter = 0
texture_repeat = false

View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://cctih04ilh76i"]
[ext_resource type="Texture2D" uid="uid://cgknuorqrjbwo" path="res://3D/BlockbenchModels/Tubes/Tube_Corner_0.png" id="1_r3yii"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_r3yii")
metallic = 0.28
metallic_specular = 0.24
texture_filter = 0
texture_repeat = false

View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b6kqb8er0g7s4"]
[ext_resource type="Texture2D" uid="uid://gdttxslts7lc" path="res://3D/BlockbenchModels/Tubes/Tube_Emitter_0.png" id="1_ggbgk"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_ggbgk")
metallic = 0.28
metallic_specular = 0.24
texture_filter = 0
texture_repeat = false

View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://be6en04v68nsr"]
[ext_resource type="Texture2D" uid="uid://bdvwee2ntrxyc" path="res://3D/BlockbenchModels/Tubes/Tube_Junction_0.png" id="1_sbqkf"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_sbqkf")
metallic = 0.28
metallic_specular = 0.24
texture_filter = 0
texture_repeat = false

View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://f4mxc3jmwyop"]
[ext_resource type="Texture2D" uid="uid://b27u3rwvbo8n1" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_Long_0.png" id="1_dcqo1"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_dcqo1")
metallic = 0.28
metallic_specular = 0.24
texture_filter = 0
texture_repeat = false

View file

@ -0,0 +1,15 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dr0ovopefv6fk"]
[ext_resource type="Texture2D" uid="uid://kjrriwty2h3e" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_0.png" id="1_44qv6"]
[resource]
resource_name = "material_0"
transparency = 2
alpha_scissor_threshold = 0.05
alpha_antialiasing_mode = 0
cull_mode = 2
albedo_texture = ExtResource("1_44qv6")
metallic = 0.28
metallic_specular = 0.24
texture_filter = 0
texture_repeat = false