| 1234567891011121314151617181920212223242526272829303132333435 |
- [gd_scene format=3 uid="uid://cods6hg2lcxmq"]
- [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_4nn5v"]
- [ext_resource type="ArrayMesh" uid="uid://hci76lw5idk6" path="res://addons/xworld-assets/CoreBuildingPack/Meshes/extracted/xw_bathroom.Cube_003.mesh" id="2_366vm"]
- [ext_resource type="Material" uid="uid://b550ye1aipy8j" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_generic_colors_gloss.material" id="3_gpsje"]
- [sub_resource type="BoxShape3D" id="BoxShape3D_ujfbc"]
- size = Vector3(0.20194899, 0.26587212, 0.3561809)
- [sub_resource type="BoxShape3D" id="BoxShape3D_jd4sm"]
- size = Vector3(0.20194899, 0.28939915, 0.14159384)
- [node name="xw_shower" type="Node3D" unique_id=258844526]
- script = ExtResource("1_4nn5v")
- useLayers = true
- Layers = "Sanitary,Plumbing"
- EdgeInstanceTypes = PackedStringArray()
- EdgeInstanceValues = PackedInt64Array()
- [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=479786620]
- gi_mode = 2
- mesh = ExtResource("2_366vm")
- surface_material_override/0 = ExtResource("3_gpsje")
- [node name="BoxCollider" type="StaticBody3D" parent="." unique_id=1294667915]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider" unique_id=1057996552]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.061265, 0.17807645)
- shape = SubResource("BoxShape3D_ujfbc")
- [node name="BoxCollider2" type="StaticBody3D" parent="." unique_id=2113465322]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider2" unique_id=1706117629]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2062044, 0.070782915)
- shape = SubResource("BoxShape3D_jd4sm")
|