
Different (bad) rendering of scene on different PCs.
Posted Friday, 18 December, 2009 - 14:14 by th inHello,
I made a PC game - chess on my machine and it works good on it. Check this screen.
My PC: http://uploading.sk/informace/obrazek/vrzdpaq/chess-good.png
BUT, when i try the game on other PCs... it looks horrible. Check these two screens:
PC1: http://uploading.sk/informace/obrazek/6emoew1/chess-pc1.jpg
PC2: http://imgupload.sk/images/moq0c4e2ait76rq6lkhx.jpg
Where may be the problem. Any help would be very appreciated.
My PC is Windows 7 Professional.
Second screen PC is Windows 7 Professional
Third screen PC is Windows 7 Ultimate
It works good on Windows XP as i know.


Comments
Re: Different (bad) rendering of scene on different PCs.
This looks like z-fighting to me, where the z-buffer does not have enough bits to resolve between objects close objects. However, tThe fact that it works well on XP but fails on Win7 may hint at a driver issue: Windows don't install OpenGL drivers by default. You have to go to your vendor's website and download video drivers manually for OpenGL to work correctly.
Without those drivers, OpenGL is either routed through a Direct3D emulator (on Windows Vista and 7) or a GDI emulator (XP and older). Neither is very robust, which leaves a chance for rendering artifacts.