tudelft3d / carriageways-creator

Carriageways Creator
GNU General Public License v3.0
6 stars 0 forks source link

Lanes generation potential is far more limiting than carriageways #50

Open liberostelios opened 4 years ago

liberostelios commented 4 years ago

There are far more limits to procedural lanes generation than in carriageways. This is because lane have a much more local variability nature than carriageways. For example:

Screenshot 2020-11-03 at 16 29 35

In other words, lanes vary across the same road much more than carriageways. Creating really useful lanes (especially merging lanes etc) requires more detailed width calculation (e.g. a width per segment of the same road) which are also more prone to errors.