3D models overlapping each other
Posted
by
Auren
on Game Development
See other posts from Game Development
or by Auren
Published on 2011-11-28T08:24:44Z
Indexed on
2011/11/28
10:49 UTC
Read the original article
Hit count: 220
I have a problem at the moment when I draw some models to teach me more about 3D game programming. The models at the moment overlaps each other from some angles witch makes sense since the game at the moment draws from left to right, line after line.
However my question is: Is there any easy escape from this issue or is there any way that you could draw the in-game world from the players position?
I would really appreciate if someone could give me some answers on this.
© Game Development or respective owner