A Racing game

Started by mxar, September 29, 2014, 12:02:23 PM

Previous topic - Next topic

mxar

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



EgonOlsen

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.

mxar

Thanks for your answer.

I agree that is better to load all the 3D Objects at the beginning of the game.