@@ -24,6 +24,7 @@ polygons = [PackedInt32Array(1, 0, 2), PackedInt32Array(2, 0, 3), PackedInt32Arr
2424
2525[sub_resource type ="QuadMesh" id ="QuadMesh_706t6" ]
2626size = Vector2 (200 , 200 )
27+ orientation = 1
2728
2829[sub_resource type ="StandardMaterial3D" id ="StandardMaterial3D_5wmcq" ]
2930albedo_texture = ExtResource ("4_xuoof" )
@@ -88,14 +89,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 15.2856, 81.8714)
8889navigation_mesh = SubResource ("NavigationMesh_it68a" )
8990
9091[node name ="Ground" type ="StaticBody3D" parent ="NavigationRegion3D" groups =["Ground" ]]
91- transform = Transform3D (1 , 0 , 0 , 0 , -4 .37114e-08, 1 , 0 , -1 , -4 .37114e-08, 0 , 0 , 0 )
9292
9393[node name ="MeshInstance3D" type ="MeshInstance3D" parent ="NavigationRegion3D/Ground" ]
9494mesh = SubResource ("QuadMesh_706t6" )
9595surface_material_override/0 = SubResource ("StandardMaterial3D_5wmcq" )
9696
9797[node name ="CollisionShape3D" type ="CollisionShape3D" parent ="NavigationRegion3D/Ground" ]
98- transform = Transform3D (1 , 0 , 0 , 0 , -4 .37114e-08, 1 , 0 , -1 , -4 .37114e-08 , 0 , -0.49 , 0 )
98+ transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , -0.49 , 0 )
9999shape = SubResource ("BoxShape3D_6wtjj" )
100100
101101[node name ="Obstacles" type ="Node3D" parent ="NavigationRegion3D" ]
0 commit comments