Tagged Questions
8
votes
4answers
719 views
Which is better, one big level model or multiple smaller level models?
I am writing a game in XNA 4 and I want to have something like a corridor. Do you think that is better to use one big and solid model, or to use multiple small parts (window, stairs, door...)?
7
votes
2answers
2k views
How to create an endless scrolling background?
I need to add a scrolling background to a my game, the image is 512x512px. It's for a car game with two way traffic and I want to be able to cross over to the opposite side and drive against the ...