ekumenlabs / terminus

Library to create cities and terrains
Apache License 2.0
56 stars 29 forks source link

Issue/#216 have a complete version of m city in monolane format #218

Closed agalbachicar closed 7 years ago

agalbachicar commented 7 years ago

I have refactored the file changing some lane directions, adding some junctions and fixing most of the road segments that belong to a junction. Also roundabouts have became arcs of a single circle with the same radius. Cuts have been made to create junctions with other lanes.

Some pictures can be seen below.

a

b

c

d

e

Having done that, the generated obj file wheighs less than a half of the original file.

basicNew commented 7 years ago

@agalbachicar thanks, you did an amazing job with the file! I think however we are not quite there yet; I'm leaving here a couple of things we should fix before merging it (note about "bad connections": I know it is really hard to get the connections perfect and that sometimes a small gap appears, so I'm ok with those glitches. I think however that it would be best if they overlap rather than seeing a gap).

screenshot from 2017-03-24 10 49 45 screenshot from 2017-03-24 10 50 10 screenshot from 2017-03-24 10 50 25 screenshot from 2017-03-24 10 50 38 screenshot from 2017-03-24 10 50 47 screenshot from 2017-03-24 10 51 04 screenshot from 2017-03-24 10 51 32 screenshot from 2017-03-24 10 51 40 screenshot from 2017-03-24 10 51 57 screenshot from 2017-03-24 10 52 06

agalbachicar commented 7 years ago

Still need to work on the last two pictures, but here are some pics of how the issues were solved. case1 case2 case4 case5 case6 case7 case8 case9

basicNew commented 7 years ago

Looking good @agalbachicar !

agalbachicar commented 7 years ago

Here are some more pics:

case10 case11

agalbachicar commented 7 years ago

@basicNew I think it's ready for another pass. PTAL.

agalbachicar commented 7 years ago

This PR is closed in favor of https://github.com/ekumenlabs/terminus/pull/231