Detailed Intersection of 2 roads
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Detailed Intersection of 2 roads
The thing is that each tile is only aware of it's four direct neighboring roads. This way it was fairly easy and efficient to implement. To extend it to 8 neighbors is possible, but we would also need more graphics which means that a lot of code would have to be changed.