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
Comments
Hi Luca Cornazzani,
Can you tell me supported graphic drivers for devdept eyeshot 2023 version?
Thank you.
Dear DevDept team,
Actually I am looking for the answer to the same question.
Eyeshot is really the best CAD tool for .net developpers. We developped stunning applications with it.
But sometimes there are some random issues with some graphics cards.
To be able to tell to our clients which graphics card to use, we need at least one brand and model of graphics card to advice.
Looking forward to your response.
Thanks in advance.
Please sign in to leave a comment.