Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
www.jpct.net
»
jPCT - a 3d engine for Java
»
Support
»
A Racing game
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: A Racing game (Read 2611 times)
mxar
int
Posts: 78
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
Logged
EgonOlsen
Administrator
quad
Posts: 12287
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.
Logged
mxar
int
Posts: 78
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
www.jpct.net
»
jPCT - a 3d engine for Java
»
Support
»
A Racing game