changes to train scene, add furnace

This commit is contained in:
Florian Decker
2022-12-11 10:23:45 +01:00
parent 13e4e7b221
commit 092223866e
31 changed files with 588 additions and 10 deletions

Binary file not shown.

View File

@@ -0,0 +1,41 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://2lvluxmfprmv"
path="res://.godot/imported/Furnace.glb-552f8750d1dd10d7510f711c712b8897.scn"
[deps]
source_file="res://Assets/Model/Objects/Furnace.glb"
dest_files=["res://.godot/imported/Furnace.glb-552f8750d1dd10d7510f711c712b8897.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Material": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/IronOxidated/M_IronOxidated.tres"
},
"Paint": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperNew/CleanCopper.tres"
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,37 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cpjwodk8lb7ed"
path="res://.godot/imported/PipeDark.glb-78dd61a414feed6e5a72476037d59468.scn"
[deps]
source_file="res://Assets/Model/Pipes/PipeDark.glb"
dest_files=["res://.godot/imported/PipeDark.glb-78dd61a414feed6e5a72476037d59468.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Material.001": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperNew/CleanIronBlack.tres"
}
}
}

View File

@@ -3,7 +3,7 @@
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://08f17h0im640"
uid="uid://p7dpfo0na253"
path="res://.godot/imported/TrainWallInterior.glb-0506d2ea33a1bc6d3925adbc56dde8cc.scn"
[deps]
@@ -20,7 +20,7 @@ nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/light_baking=2
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,41 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://17xxcaf81ri8"
path="res://.godot/imported/TrainFront.glb-83867d3918492169618c5c217a522881.scn"
[deps]
source_file="res://Assets/Model/TrainExterior/TrainFront.glb"
dest_files=["res://.godot/imported/TrainFront.glb-83867d3918492169618c5c217a522881.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Copper": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperOxidated/M_Copper.tres"
},
"CopperNew": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperNew/CleanIronDark.tres"
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,45 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://c7hnriu67n0rh"
path="res://.godot/imported/TrainLargeWheel.glb-79f294b9cbe7a5346aa41173a9de3cc1.scn"
[deps]
source_file="res://Assets/Model/TrainExterior/TrainLargeWheel.glb"
dest_files=["res://.godot/imported/TrainLargeWheel.glb-79f294b9cbe7a5346aa41173a9de3cc1.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Copper": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperOxidated/M_Copper.tres"
},
"CopperNew": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperNew/CleanCopper.tres"
},
"Mat3": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperNew/CleanIronDark.tres"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,41 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bs85ji27qx1p3"
path="res://.godot/imported/TrainLowerCover.glb-8d80bc63f6118ff06fb30f11cad52b85.scn"
[deps]
source_file="res://Assets/Model/TrainExterior/TrainLowerCover.glb"
dest_files=["res://.godot/imported/TrainLowerCover.glb-8d80bc63f6118ff06fb30f11cad52b85.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Copper": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperOxidated/M_Copper.tres"
},
"Mat3": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/Wood/M_Wood.tres"
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,41 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cnu4jnpyb3a5v"
path="res://.godot/imported/TrainLowerWheelCover.glb-d7128cb8e638fda4766ae5d4e9531a05.scn"
[deps]
source_file="res://Assets/Model/TrainExterior/TrainLowerWheelCover.glb"
dest_files=["res://.godot/imported/TrainLowerWheelCover.glb-d7128cb8e638fda4766ae5d4e9531a05.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
import_script/path=""
_subresources={
"materials": {
"Copper": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/CopperOxidated/M_Copper.tres"
},
"Mat3": {
"use_external/enabled": true,
"use_external/path": "res://Assets/Textures/Wood/M_Wood.tres"
}
}
}

Binary file not shown.