| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- [gd_scene format=4 uid="uid://bsvoth8jekrck"]
- [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_5wwjn"]
- [ext_resource type="Material" uid="uid://ie5u3eoq8r8v" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_blue_glass.material" id="2_eob61"]
- [sub_resource type="ArrayMesh" id="ArrayMesh_wkow0"]
- resource_name = "Quad"
- _surfaces = [{
- "aabb": AABB(-0.5, -0.5, 0, 1, 1, 1e-05),
- "attribute_data": PackedByteArray("AAAAAAAAgD8AAIA/AACAPwAAAAAAAAAAAACAPwAAAAA="),
- "format": 34359742487,
- "index_count": 6,
- "index_data": PackedByteArray("AQAAAAIAAwABAAIA"),
- "primitive": 3,
- "uv_scale": Vector4(0, 0, 0, 0),
- "vertex_count": 4,
- "vertex_data": PackedByteArray("AAAAPwAAAL8AAAAAAAAAvwAAAL8AAAAAAAAAPwAAAD8AAAAAAAAAvwAAAD8AAAAA/////////7//////////v/////////+//////////78=")
- }]
- [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_oowag"]
- data = PackedVector3Array(-0.5, -0.5, 0, 0.5, -0.5, 0, 0.5, 0.5, 0, -0.5, 0.5, 0, -0.5, -0.5, 0, 0.5, 0.5, 0)
- [node name="Glass Ext" type="Node3D" unique_id=2022295445]
- transform = Transform3D(-2.5251825e-07, 0, -1, 0, 1.3399181, 0, 5.776944, 0, -4.371139e-08, 0.105, 1.6541, -3.022)
- script = ExtResource("1_5wwjn")
- useLayers = true
- Layers = "Exterior"
- EdgeInstanceTypes = PackedStringArray()
- EdgeInstanceValues = PackedInt64Array()
- [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=1574377651]
- cast_shadow = 0
- gi_mode = 2
- mesh = SubResource("ArrayMesh_wkow0")
- surface_material_override/0 = ExtResource("2_eob61")
- [node name="MeshCollider" type="StaticBody3D" parent="." unique_id=689562490]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshCollider" unique_id=767365672]
- visible = false
- shape = SubResource("ConcavePolygonShape3D_oowag")
- [node name="MonoBehaviour" type="Node" parent="." unique_id=1041014449]
|