Glass Ext.prefab.tscn 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [gd_scene format=4 uid="uid://bsvoth8jekrck"]
  2. [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_5wwjn"]
  3. [ext_resource type="Material" uid="uid://ie5u3eoq8r8v" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_blue_glass.material" id="2_eob61"]
  4. [sub_resource type="ArrayMesh" id="ArrayMesh_wkow0"]
  5. resource_name = "Quad"
  6. _surfaces = [{
  7. "aabb": AABB(-0.5, -0.5, 0, 1, 1, 1e-05),
  8. "attribute_data": PackedByteArray("AAAAAAAAgD8AAIA/AACAPwAAAAAAAAAAAACAPwAAAAA="),
  9. "format": 34359742487,
  10. "index_count": 6,
  11. "index_data": PackedByteArray("AQAAAAIAAwABAAIA"),
  12. "primitive": 3,
  13. "uv_scale": Vector4(0, 0, 0, 0),
  14. "vertex_count": 4,
  15. "vertex_data": PackedByteArray("AAAAPwAAAL8AAAAAAAAAvwAAAL8AAAAAAAAAPwAAAD8AAAAAAAAAvwAAAD8AAAAA/////////7//////////v/////////+//////////78=")
  16. }]
  17. [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_oowag"]
  18. 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)
  19. [node name="Glass Ext" type="Node3D" unique_id=2022295445]
  20. transform = Transform3D(-2.5251825e-07, 0, -1, 0, 1.3399181, 0, 5.776944, 0, -4.371139e-08, 0.105, 1.6541, -3.022)
  21. script = ExtResource("1_5wwjn")
  22. useLayers = true
  23. Layers = "Exterior"
  24. EdgeInstanceTypes = PackedStringArray()
  25. EdgeInstanceValues = PackedInt64Array()
  26. [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=1574377651]
  27. cast_shadow = 0
  28. gi_mode = 2
  29. mesh = SubResource("ArrayMesh_wkow0")
  30. surface_material_override/0 = ExtResource("2_eob61")
  31. [node name="MeshCollider" type="StaticBody3D" parent="." unique_id=689562490]
  32. [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshCollider" unique_id=767365672]
  33. visible = false
  34. shape = SubResource("ConcavePolygonShape3D_oowag")
  35. [node name="MonoBehaviour" type="Node" parent="." unique_id=1041014449]