From db78dadc51c214692f4154f3bd28bc82b6388a73 Mon Sep 17 00:00:00 2001 From: Morev_Nikita Date: Thu, 18 Sep 2025 11:29:57 +0200 Subject: [PATCH] disable earth collision --- Nikita/earth.tscn | 3 ++- Nikita/waypoint.tscn | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Nikita/earth.tscn b/Nikita/earth.tscn index 6af852b..0457eab 100644 --- a/Nikita/earth.tscn +++ b/Nikita/earth.tscn @@ -13,7 +13,7 @@ albedo_texture = ExtResource("2_v2ft5") albedo_texture = ExtResource("3_drefq") [sub_resource type="SphereShape3D" id="SphereShape3D_drefq"] -radius = 0.444301 +radius = 0.39191 [node name="Earth_Final" instance=ExtResource("1_mnd7v")] @@ -26,6 +26,7 @@ surface_material_override/1 = SubResource("StandardMaterial3D_3pxso") [node name="CollisionShape3D" type="CollisionShape3D" parent="earth4/Area3D" index="0"] transform = Transform3D(0.17, 0, 0, 0, 0.17, 0, 0, 0, 0.17, 0, 0, 0) shape = SubResource("SphereShape3D_drefq") +disabled = true [node name="WaypointOkt" parent="." index="1" instance=ExtResource("4_drefq")] transform = Transform3D(-0.01, 0, -8.74228e-10, 0, 0.01, 0, 8.74228e-10, 0, -0.01, 0.00702367, 0.0636012, 0.0580069) diff --git a/Nikita/waypoint.tscn b/Nikita/waypoint.tscn index 98e5e9e..0a3c597 100644 --- a/Nikita/waypoint.tscn +++ b/Nikita/waypoint.tscn @@ -35,6 +35,6 @@ billboard = 1 texture = ExtResource("2_iiqp4") [node name="Popup" parent="." instance=ExtResource("4_3sm4y")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -4.28591, 0.944037, 2.87264e-07) +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -4.28591, 1.46584, -1.00785) [connection signal="input_event" from="MeshInstance3D/Area3D" to="." method="_on_area_3d_input_event"]