hi,
I’m trying to do a 3d asteroids game.
But like the original 2d asteroids, the universe should be repeating itself. That means, that if you fly out on the top then you should re-enter at the bottom.
But the problem is: How does one do this?
I know its no problem to check if the user has passed the boundary of the universe-box and then change his position accordingly. But the real problem is how the user will be able to see correctly. That means if he is for example at the bottom of the universe-box and looking down and there is an asteroid at the top of the universe, then the user should see it of course. So for the user, the universe should seem endless.
Maybe thats more of a logic question then a Java3d question.
Any ideas appreciated.
thanx,
Usul