www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: mxar on September 29, 2014, 12:02:23 pm

Title: A Racing game
Post by: mxar on September 29, 2014, 12:02:23 pm
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


Title: Re: A Racing game
Post by: EgonOlsen on September 29, 2014, 08:14:03 pm
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.
Title: Re: A Racing game
Post by: mxar on September 29, 2014, 09:30:48 pm
Thanks for your answer.

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