Race manager contains information about road types, and currently visible roads.
Displaying all part of a long road make a big performance hit. So i only display the parts of the roads, which are next to the player. How? As i chopped the Earth into tiles, i also chopping the roads at stage loading along these tiles. I call the part of the road which is on a tile road chunk. This table contains information about the road chunks:
There is a special type null, which is used in case where you don't need the visible stuf only the property of the roads:
More information can be found on the road tab page.