浏览代码

:wrench: Make plane shape more rounded

DricomDragon 1 年之前
父节点
当前提交
88b1b211ee
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 4 4
      first3d/component/entity/plane/tiny_plane.tscn
  2. 0 1
      first3d/run/levels/infinite_level.tscn

+ 4 - 4
first3d/component/entity/plane/tiny_plane.tscn

@@ -3,8 +3,8 @@
 [ext_resource type="Script" path="res://component/entity/plane/tiny_plane.gd" id="1_q8t3a"]
 [ext_resource type="PackedScene" uid="uid://bnopi1rerk2hw" path="res://component/entity/plane/TinyPlane.glb" id="1_umuah"]
 
-[sub_resource type="BoxShape3D" id="BoxShape3D_08gtm"]
-size = Vector3(1.551, 1.1, 4.211)
+[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_m4n1f"]
+height = 4.37708
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_w478f"]
 size = Vector3(5.20238, 0.197845, 1)
@@ -18,8 +18,8 @@ script = ExtResource("1_q8t3a")
 [node name="TinyPlane" parent="." instance=ExtResource("1_umuah")]
 
 [node name="Core" type="CollisionShape3D" parent="."]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55, 0.888)
-shape = SubResource("BoxShape3D_08gtm")
+transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.497537, 1.18529)
+shape = SubResource("CapsuleShape3D_m4n1f")
 
 [node name="Wings" type="CollisionShape3D" parent="."]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.599034, 0.693509)

+ 0 - 1
first3d/run/levels/infinite_level.tscn

@@ -21,7 +21,6 @@ collision_mask = 0
 shape = SubResource("WorldBoundaryShape3D_2xulb")
 
 [node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
 mesh = SubResource("QuadMesh_dt8nl")
 
 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]