Added and made scenes for open hallway and one wall

This commit is contained in:
Willow Behar
2024-05-08 19:40:06 -05:00
parent b911577cbb
commit b33341b301
5 changed files with 68 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,34 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dgvryho63gy0a"
path="res://.godot/imported/W0_D0_Hallway.glb-93c251289166af1254585db0e793a403.scn"
[deps]
source_file="res://Assets/Models/W0_D0_Hallway.glb"
dest_files=["res://.godot/imported/W0_D0_Hallway.glb-93c251289166af1254585db0e793a403.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
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
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/naming_version=1
gltf/embedded_image_handling=1

Binary file not shown.

View File

@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://ccuhyg5x63oo1"]
[ext_resource type="PackedScene" uid="uid://dfp006s5ogb1i" path="res://Assets/Models/Hallway FBXs/W0_D0_Hallway.fbx" id="1_dfasp"]
[sub_resource type="BoxShape3D" id="BoxShape3D_d560e"]
size = Vector3(1, 0.01, 1)
[node name="StaticBody2D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_d560e")
[node name="Root Scene" parent="." instance=ExtResource("1_dfasp")]

View File

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://cdqqr66einp6h"]
[ext_resource type="PackedScene" uid="uid://don6tq7irwm07" path="res://Assets/Models/W1_D0_Hallway.glb" id="1_nvbhq"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ryvdq"]
size = Vector3(1, 0.0751343, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_rf0an"]
size = Vector3(1, 3.00172, 1)
[node name="StaticBody3D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0354919, 0)
shape = SubResource("BoxShape3D_ryvdq")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.988476, 1.49953, 0)
shape = SubResource("BoxShape3D_rf0an")
[node name="W1_D0_Hallway" parent="." instance=ExtResource("1_nvbhq")]