Compare commits

...

2 commits

Author SHA1 Message Date
Sara ff0635c5c7 feat: straightened roads and squared corners 2025-06-02 22:22:18 +02:00
Sara dc0aa4aa08 fix: moved the cutout down a bit
no more floating trees
2025-06-02 22:12:56 +02:00
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -34,7 +34,7 @@ visibility_range_begin = 99.0
mesh = SubResource("CylinderMesh_1mi82")
[node name="cutout" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 17.7955, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 17.1484, 0)
visibility_range_begin = 100.0
mesh = SubResource("QuadMesh_plvfv")
surface_material_override/0 = SubResource("StandardMaterial3D_bi1ef")