Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.52k stars 52 forks source link

Check for cars when unparking #18

Closed Uriopass closed 4 years ago

Uriopass commented 4 years ago

At the moment, when a car is unparking they just do so without checking if there's anything in the way.

Since they just follow a predefined trajectory, they end up colliding. One could use the collision world to check that no car is nearby before unparking.

Uriopass commented 4 years ago

Fixed in #25