What's the reason for this bad rendering ?

Started by
3 comments, last by JohnnyCode 14 years, 1 month ago
Hi . I have created a car model . in my game in (C#) the car will render like this : =========================================================================== http://sites.google.com/site/parkhidpage/filecap/daghoon.jpg?attredirects=0 =========================================================================== but in Direct X file viewer it will be rendered normally and without any problems =========================================================================== http://sites.google.com/site/parkhidpage/filecap/prefect.jpg?attredirects=0 =========================================================================== How Can I Correct my render ? thanks in advance.
Advertisement
Looks like an error in texturing, e.g. wrong filters or other texture stages or even a bug in your texture loading routine if it is handmade.
------------------------------------I always enjoy being rated up by you ...
my model haven't any texture.
Maybe the back buffer that you're rendering to is not of the same size as the viewport it's displayed in. So it's resampled, causing these artifacts.
Million-to-one chances occur nine times out of ten!
you could have shown it under another angle, wheather the artifact preserevs on the same place.
As I look at it it seems that there are painted straps on carosery intended.

They are perhaps polygons and due to less sensitive z-buffer in your renderer you get them uncovered. z buffer sensitivity depends on nearplane value, farplane value and 16/24/32 bit precision setting.

This topic is closed to new replies.

Advertisement