Bläddra i källkod

:tada: Add a plane

DricomDragon 1 år sedan
förälder
incheckning
07768f870b

BIN
first3d/component/entity/plane/TinyPlane.glb


+ 32 - 0
first3d/component/entity/plane/TinyPlane.glb.import

@@ -0,0 +1,32 @@
+[remap]
+
+importer="scene"
+importer_version=1
+type="PackedScene"
+uid="uid://bnopi1rerk2hw"
+path="res://.godot/imported/TinyPlane.glb-8622d1058a6fb00cd6f85d1a0dbffb8c.scn"
+
+[deps]
+
+source_file="res://component/entity/plane/TinyPlane.glb"
+dest_files=["res://.godot/imported/TinyPlane.glb-8622d1058a6fb00cd6f85d1a0dbffb8c.scn"]
+
+[params]
+
+nodes/root_type="Node3D"
+nodes/root_name="Scene Root"
+nodes/apply_root_scale=true
+nodes/root_scale=1.0
+meshes/ensure_tangents=true
+meshes/generate_lods=true
+meshes/create_shadow_meshes=true
+meshes/light_baking=1
+meshes/lightmap_texel_size=0.2
+skins/use_named_skins=true
+animation/import=true
+animation/fps=30
+animation/trimming=false
+animation/remove_immutable_tracks=true
+import_script/path=""
+_subresources={}
+gltf/embedded_image_handling=1

+ 21 - 0
first3d/component/entity/plane/tiny_plane.tscn

@@ -0,0 +1,21 @@
+[gd_scene load_steps=4 format=3 uid="uid://dao17ylietgyl"]
+
+[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="BoxShape3D" id="BoxShape3D_w478f"]
+size = Vector3(5.20238, 0.197845, 1)
+
+[node name="TinyPlane" type="RigidBody3D"]
+
+[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")
+
+[node name="Wings" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.599034, 0.693509)
+shape = SubResource("BoxShape3D_w478f")

+ 10 - 4
first3d/run/levels/infinite_level.tscn

@@ -1,8 +1,9 @@
-[gd_scene load_steps=6 format=3 uid="uid://7ivipmwaw24t"]
+[gd_scene load_steps=7 format=3 uid="uid://7ivipmwaw24t"]
 
 [ext_resource type="PackedScene" uid="uid://b10k58capm04o" path="res://component/entity/walker/walker.tscn" id="1_x0026"]
 [ext_resource type="PackedScene" uid="uid://bk0s5bn8k08bc" path="res://flow/control/local_input/local_input.tscn" id="2_0i5t8"]
 [ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/box/box.tscn" id="2_e8xto"]
+[ext_resource type="PackedScene" uid="uid://dao17ylietgyl" path="res://component/entity/plane/tiny_plane.tscn" id="4_tbpfc"]
 
 [sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_2xulb"]
 
@@ -38,14 +39,19 @@ transform = Transform3D(1, 0, 0, 0, 0.944949, 0.327218, 0, -0.327218, 0.944949,
 [node name="NpcWalker1" parent="." instance=ExtResource("1_x0026")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0621, 6.0173, -4.87909)
 
-[node name="Box1" parent="." instance=ExtResource("2_e8xto")]
+[node name="Boxes" type="Node3D" parent="."]
+
+[node name="Box1" parent="Boxes" instance=ExtResource("2_e8xto")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
 
-[node name="Box2" parent="." instance=ExtResource("2_e8xto")]
+[node name="Box2" parent="Boxes" instance=ExtResource("2_e8xto")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.2632, -0.5, -7.95074)
 
-[node name="Box3" parent="." instance=ExtResource("2_e8xto")]
+[node name="Box3" parent="Boxes" instance=ExtResource("2_e8xto")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.53697, 1.42774, -11.1883)
 
+[node name="TinyPlane" parent="." instance=ExtResource("4_tbpfc")]
+transform = Transform3D(0.559549, 0.630013, -0.538506, -0.747682, 0.664057, 0, 0.357599, 0.402631, 0.842622, -20.3652, 13.6463, -19.5506)
+
 [connection signal="dir_changed" from="MainWalker/Control" to="MainWalker" method="_on_dir_changed"]
 [connection signal="main_action" from="MainWalker/Control" to="MainWalker" method="_on_main_action"]