Hi,
Im thinking to start a racing game.
But i dont know the best way to build the road.
Should I use plane 3D objects ?
Should I load the parts of the road once at the begining of the game or dynamically?
Thanks in advance
It depends, i guess. There's not THE WAY of doing it. If possible, it would create/load everything at startup. Streaming data is just asking for more complicated code. I would try to avoid it if possible.
Thanks for your answer.
I agree that is better to load all the 3D Objects at the beginning of the game.