TheDuckCow / godot-road-generator

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

Update auto textures & should for single-direction roads #29

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

Right now when all lanes are "forward" we get a texture like below:

Screen Shot 2023-01-07 at 12 15 05 PM

Instead, auto lane should assign "no marking" instead of "slow lane" to the last lane if all lanes are in the same direction, as the should is already created correctly with a white line

Manual demo of this, where I disable auto texture to assign this value:

Screen Shot 2023-01-07 at 12 16 11 PM
TheDuckCow commented 1 year ago

Presuming this one is still open, right @bdog2112? Unless you're already at hours, I'd say this is a good one to take a crack at. Intuition says it might be low hanging fruit..

bdog2112 commented 1 year ago

Yeah, I'm at hours. But, this one is next in the queue.