tim-speed / openmap-gta

Old styled GTA game using open map data
13 stars 1 forks source link

Roads drawn like walls #2

Closed Glavin001 closed 11 years ago

Glavin001 commented 11 years ago

The roads are being draw to the scene as Line object; See http://mrdoob.github.com/three.js/docs/57/#Reference/Objects/Line This creates the problem that the line for the roads appear to be drawn on the canvas upwards/vertical, instead of as a road should be, horizontally.

Solution is to use create a geometric object in the form of a rectangle with all of the Vector points defined precisely.

TODO: