Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
BUMP
Updated graphics card drivers, as well as installed AMD Catalyst control center. Still getting problems using 2.23.
For the last year or so I have been compiling and using all of my tools using Windows 7 and NVidia graphics card. Everything works perfectly here.
The work I mentioned in the posts above works perfectly for me here, but when it was tested on a PC with ATI graphics the shader routines did not provide the correct colours, and the ARB extensions for normal mapped graphics did not work at all. The lowest level rendering routines (as included in ALL previous versions of Mesh Viewer) DID WORK, so no errors were generated by the ATI card.
Unfortunately I cannot reproduce the errors you are getting and I can't fix things I can't see.
I have done my best, in the new version, to test for the presence of all the graphics routines needed by the various render methods. However, I do not test for the lowest level routines; these are assumed to be present if the OpenGL extension list is detected. It the list has any gaps in it I don't see them.
I can add a test for every OpenGL graphics routine used in the program but this will take some time to set up. I have to scan the entire code (about a dozen files) for every OpenGL command... boring!!
And all this testing will only tell you and me what routines are missing. I don't know whether it will be possible to find alternative routines.
The program worked in Windows 7 on the same PC, but I have an ATI Mobility Radeon 3100 (Don't hate on my graphics please)
EDIT: Here's what the Mesh Viewer and error windows look like.
image deleted...
I know this is a bit off topic, but what is the difference from a PM mesh to a IM mesh?