Eyeshot offers the possibility to enable multisample anti-aliasing (MSAA), a technique that removes the artifacts known as jaggies from the raster image of a 3d scene.
It can be activated like this:
design1.AskForAntiAliasing = true; // in the Form/Window constructor
design1.AntiAlisasing = true;
This technique greatly improves the image quality, however, in eyeshot, it comes with the limitation that the Progressive drawing will not be available.
Comments
Please sign in to leave a comment.