TheDuckCow / godot-road-generator

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

Segment drawn incorrectly in certain lane configurations #37

Closed bdog2112 closed 1 year ago

bdog2112 commented 1 year ago

The following road configurations don't draw correctly: RFFF > RRFF, RRRF > RRFF, RRFF > RRRF, RRFF > RFFF, F > FF..., FF... > F. Other configurations are drawn just fine.

In the example, below, the start and end points are both 4 lanes wide. But, the start point does not appear to be as wide as the end point and the left shoulder is partly cutoff. bug

TheDuckCow commented 1 year ago

Thanks for self logging and working on this!