http://img833.imageshack.us/img833/8422 ... 3at409.png
Hi guys I'm working on my FPS game, however the display is rather odd, as you can see their are parts of the game that are "see through" when they shouldn't be. as if you can see through the polygons.
the only camera setting I've changed is setting my focal to 16mm.
and it renders fine on my realtime title screen but not on my first level.
Display issue with my FPS game "screen caps inside"
Moderators: jesterKing, stiv
Re: Display issue with my FPS game "screen caps inside&
http://img716.imageshack.us/img716/8422 ... 3at409.png
here are my glitches circled so its easer to see what i'm going on about.
far right, you can see through a polygon
and left, the cube is ment to be joined onto the building but fades into nothingness.
here are my glitches circled so its easer to see what i'm going on about.
far right, you can see through a polygon
and left, the cube is ment to be joined onto the building but fades into nothingness.
Re: Display issue with my FPS game "screen caps inside&
I would remove doubles and also keep in mind, two poly's can't be in the same place at the same time. If this is just 1 cube/poly w/ texture mapping then I would say you should look at the texture settings. If you are projecting a texture map over the regular map (via a plane) then that could be causing your problem. If you can, try distancing anything that might touch it a small bit off and see if the fixes the problem.Zakman wrote:http://img716.imageshack.us/img716/8422 ... 3at409.png
here are my glitches circled so its easer to see what i'm going on about.
far right, you can see through a polygon
and left, the cube is ment to be joined onto the building but fades into nothingness.