P0-B4: Part 1195: Debugging, Improvements
The next goal is to add procedurally generated roads to my project.
This will be extremely difficult, since I will need to know the start point and end point of the road before the road can be created, but the start and end point may not have spawned in yet.
I will also need to align the roads with the terrain structure, even when the terrain structure is uneven, etc.
So far, the concept looks like it should work, and I don’t think that there is anything major that would be a stumbling block.


