tiny_plane.tscn 862 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=4 format=3 uid="uid://dao17ylietgyl"]
  2. [ext_resource type="PackedScene" uid="uid://bnopi1rerk2hw" path="res://component/entity/plane/TinyPlane.glb" id="1_umuah"]
  3. [sub_resource type="BoxShape3D" id="BoxShape3D_08gtm"]
  4. size = Vector3(1.551, 1.1, 4.211)
  5. [sub_resource type="BoxShape3D" id="BoxShape3D_w478f"]
  6. size = Vector3(5.20238, 0.197845, 1)
  7. [node name="TinyPlane" type="RigidBody3D"]
  8. collision_layer = 8
  9. collision_mask = 3
  10. mass = 750.0
  11. [node name="TinyPlane" parent="." instance=ExtResource("1_umuah")]
  12. [node name="Core" type="CollisionShape3D" parent="."]
  13. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55, 0.888)
  14. shape = SubResource("BoxShape3D_08gtm")
  15. [node name="Wings" type="CollisionShape3D" parent="."]
  16. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.599034, 0.693509)
  17. shape = SubResource("BoxShape3D_w478f")