TheDuckCow / godot-road-generator

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

Establish the RoadIntersection class #115

Open TheDuckCow opened 11 months ago

TheDuckCow commented 11 months ago

Stepping stone to create the intersection support. This will have to cover:

Out of scope for this task:

TheDuckCow commented 6 months ago

Interesting UX idea on intersections, not sure it's really relevant since we'll inherently have a primary container for the intersection itself anyways. Could be interesting to see more about this game (Tropico) and how it handles UX especially since it's for mobile.

TheDuckCow commented 1 month ago

Here's another video (this time, an Unreal tool) showing intersections as just chunks you can place into the world. With its drag and drop nature, it seems like this one is actually quite nice to work with since it seems to not require/enforce very specific hierarchy structure (though the tools to actually form the connections aren't that great, all being done from side panels + picker tools back and forth).