Cleanup MarshConnector
Receive ATTITUDE and LOCAL_POSITION_NED Remove unnecessary prints
This commit is contained in:
parent
046388a3eb
commit
b868c2bdbb
3 changed files with 19 additions and 17 deletions
|
|
@ -22,7 +22,6 @@ sky = SubResource("Sky_0xm2m")
|
|||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, -3)
|
||||
|
||||
[node name="MarshConnector" type="MarshConnector" parent="." index="1"]
|
||||
process_mode = 0
|
||||
|
||||
[node name="Aircraft" type="Node3D" parent="." index="2" node_paths=PackedStringArray("connector")]
|
||||
script = ExtResource("1_hips3")
|
||||
|
|
@ -31,12 +30,9 @@ connector = NodePath("../MarshConnector")
|
|||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Aircraft" index="0"]
|
||||
mesh = SubResource("BoxMesh_2w36v")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="." index="3"]
|
||||
transform = Transform3D(-1, -2.26267e-08, 8.44439e-08, 0, 0.965926, 0.258819, -8.74228e-08, 0.258819, -0.965926, 0, 1, -3)
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." index="4"]
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." index="3"]
|
||||
transform = Transform3D(-0.707107, -0.683013, 0.183013, 0, 0.258819, 0.965926, -0.707107, 0.683013, -0.183013, 3, 3, 3)
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="5"]
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="4"]
|
||||
environment = SubResource("Environment_jdgxj")
|
||||
camera_attributes = SubResource("CameraAttributesPractical_fpvso")
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ sky = SubResource("Sky_0xm2m")
|
|||
[node name="Main" type="Node3D"]
|
||||
|
||||
[node name="MarshConnector" type="MarshConnector" parent="."]
|
||||
process_mode = 0
|
||||
|
||||
[node name="Aircraft" type="Node3D" parent="." node_paths=PackedStringArray("connector")]
|
||||
script = ExtResource("1_ig7tw")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue