Adds missing data

This commit is contained in:
Michel 2025-02-03 19:17:20 +01:00
parent e6391d9fdd
commit 53cdcc3433
620 changed files with 47293 additions and 151 deletions

BIN
content/props/Chair.res Normal file

Binary file not shown.

BIN
content/props/Console.res Normal file

Binary file not shown.

BIN
content/props/Paper_001.res Normal file

Binary file not shown.

BIN
content/props/Props.fbx Normal file

Binary file not shown.

View file

@ -0,0 +1,124 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://civa03txb27kr"
path="res://.godot/imported/Props.fbx-cacf48bef963a17ce7e63d2ee69a6049.scn"
[deps]
source_file="res://content/props/Props.fbx"
dest_files=["res://.godot/imported/Props.fbx-cacf48bef963a17ce7e63d2ee69a6049.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=75.0
nodes/import_as_skeleton_bones=false
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=true
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"materials": {
"Chair": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard_material.tres"
},
"Console": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard_material.tres"
},
"Paper": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard/Paper/Paper.tres"
},
"Sofa": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard/Cardboard004/Cardboard004.tres"
},
"TV Shell": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard_material.tres"
},
"TVScreen": {
"use_external/enabled": true,
"use_external/path": "res://content/props/TV Screen.tres"
},
"Table": {
"use_external/enabled": true,
"use_external/path": "res://content/cardboard_material.tres"
}
},
"meshes": {
"Chair": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/Chair.res"
},
"Console": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/Console.res"
},
"Paper_001": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/Paper_001.res"
},
"Sofa": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/Sofa.res"
},
"TV": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/TV.res"
},
"Table": {
"generate/lightmap_uv": 0,
"generate/lods": 0,
"generate/shadow_meshes": 0,
"lods/normal_merge_angle": 60.0,
"lods/normal_split_angle": 25.0,
"save_to_file/enabled": true,
"save_to_file/path": "res://content/props/Table.res"
}
}
}
fbx/importer=0
fbx/allow_geometry_helper_nodes=false
fbx/embedded_image_handling=1

BIN
content/props/Sofa.res Normal file

Binary file not shown.

View file

@ -0,0 +1,6 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://b15qw0h4jp04m"]
[resource]
render_priority = 1
cull_mode = 2
shading_mode = 0

BIN
content/props/TV.res Normal file

Binary file not shown.

10
content/props/TV.tscn Normal file
View file

@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://b7pmtf7c0rfke"]
[ext_resource type="ArrayMesh" uid="uid://b2gllsowmqm0j" path="res://content/props/TV.res" id="1_3pc4a"]
[node name="Props" type="Node3D"]
[node name="TV" type="MeshInstance3D" parent="."]
transform = Transform3D(1.06096e-07, 1.25478e-07, 1, -0.89, -7.26483e-08, 1.19209e-07, 3.89031e-08, -1.662, 7.54979e-08, 0, 0, 0)
mesh = ExtResource("1_3pc4a")
skeleton = NodePath("")

BIN
content/props/Table.res Normal file

Binary file not shown.