Author Topic: A Racing game  (Read 2773 times)

Offline mxar

  • int
  • **
  • Posts: 78
    • View Profile
A Racing game
« 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



Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: A Racing game
« Reply #1 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.

Offline mxar

  • int
  • **
  • Posts: 78
    • View Profile
Re: A Racing game
« Reply #2 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.