Set GI mode for elevator platform & associated geometry

This commit is contained in:
Rob Kelly 2025-07-05 15:57:44 -06:00
parent 88fb78ce2a
commit 9e06f7a55e
2 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,7 @@ transform = Transform3D(-1.62921e-07, 0, -1, -0.83205, 0.5547, 1.35558e-07, 0.55
[node name="MeshInstance3D" type="MeshInstance3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.5, -0.5, 0)
gi_mode = 0
mesh = SubResource("BoxMesh_qo5rw")
skeleton = NodePath("../../../..")
@ -92,31 +93,37 @@ shape = SubResource("BoxShape3D_egxej")
[node name="Railing" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform" instance=ExtResource("7_esw7b")]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.5, 0.5, 1.5)
gi_mode = 0
skeleton = NodePath("../../../..")
[node name="Railing2" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform" instance=ExtResource("7_esw7b")]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.5, 0.5, -1.5)
gi_mode = 0
skeleton = NodePath("../../../..")
[node name="ControlConsole" type="Node3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 0.5, -1.4)
[node name="ConsoleBase" type="CSGCombiner3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform/ControlConsole"]
gi_mode = 0
use_collision = true
collision_layer = 5
collision_mask = 0
[node name="BaseBox" type="CSGBox3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform/ControlConsole/ConsoleBase"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.55)
gi_mode = 0
use_collision = true
size = Vector3(1, 1, 2.1)
[node name="ControlPanel" type="CSGBox3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform/ControlConsole/ConsoleBase"]
transform = Transform3D(0.707107, -0.707107, 0, 0.707107, 0.707107, 0, 0, 0, 1, -0.6, 0.6, 0)
gi_mode = 0
operation = 2
[node name="SlideNotch" type="CSGBox3D" parent="ElevatorPath/ElevatorPathFollow/ElevatorPlatform/ControlConsole/ConsoleBase"]
transform = Transform3D(0.707107, -0.707107, 0, 0.707107, 0.707107, 0, 0, 0, 1, -0.269205, 0.330795, 0)
gi_mode = 0
operation = 2
size = Vector3(0.4, 0.2, 0.02)

View File

@ -36,6 +36,7 @@ loop = false
[node name="ControlSlide" type="MeshInstance3D" parent="ControlSlidePath/ControlSlidePathFollow"]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0)
gi_mode = 0
mesh = SubResource("BoxMesh_wg450")
skeleton = NodePath("../../../..")