TheDuckCow / godot-road-generator

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

Implement change divider function and button #33

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

As a part of this macro-scopic issue, we want to be able to move the lane divider left or right. Eventually this will be in the 3D view, but for now lets do it in our new panel.

Requirements for this task:

Out of scope:

Long term reference mockups

Again, per scope above, we're not making a 3D widget right now, and we're only affecting one roadpoint at a time. However this end still is still helpful as a reference:

Screen Shot 2023-01-15 at 12 36 27 PM

Then using the controls we have with this task, we'd be able to accomplish the below (again, one road point at a time):

Screen Shot 2023-01-15 at 12 36 30 PM

TheDuckCow commented 1 year ago

I'm closing this task as, we ultimately decided this would conflict with a more important center control for selecting and moving RoadPoints with ease: https://github.com/TheDuckCow/godot-road-generator/issues/49

While this change divider position would have been interesting and cool, it's easily accomplished with a few clicks and likely isn't that useful to end users anyways.

FYI @bdog2112