TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
364 stars 19 forks source link

Deleting a road point requires a scene reload in order to take effect #39

Closed bdog2112 closed 1 year ago

bdog2112 commented 1 year ago

When a road point is deleted, errors are printed in the debug window and the removed road point is redrawn in a haphazard way. The scene must be saved and re-loaded in order for the change to fully take effect. Deleting a road point should result in a clean redraw with the road point removed and without the need to reload the scene.

In the example, below, the top road was identical to the bottom road. Then, the right-most road point was deleted from the top road. Finally, the deleted road point appeared to wrap around towards the world origin. bug2

TheDuckCow commented 1 year ago

Closing this as this task has already been resolved thanks to recent work to make deletions much smoother and predictable.