Graphics cards issues

This document is meant to highlight the issues that happen with some graphics cards.

It will be expanded as more issues are found.

Strange texture appearance on ATI Radeon 9500+ and X500+ 

This problem happens when the object is seen from far away, then the texture becomes clear when the object is seen from close-up.

These families of cards support Not Power Of Two Textures (NPOT) but have problems if mipmapping is being used with them (as discussed here).
 
By default, Eyeshot uses mipmapping as the texture minifying function, so this problem can arise.
 
To fix it, resize the texture used in the material to the power of two dimensions or set the
Material.MinifyingFunction = textureFilteringFunctionType.Linear;
for the material that has the NPOT texture
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

See more