Why antialiasing does not operate?
Posted by
Alexei A. Morozov on
URL: https://forum.jogamp.org/Why-antialiasing-does-not-operate-tp4027215.html
Hi,
I have found that my Java3D program does not implement antialiasing when the 1.6.0 version is used, though it does work under the 1.5.2 version. It is enough to install old Java3D 1.5.2 package to force antialiasing to work! I publish a plain test that illustrates the problem (
t81.java). I have reproduced it under Windows 7 and Windows XP, JDK 1.7.0_09, Java3D 1.6.0-pre5.
Here are the figures:
Java3D 1.5.2:

Java3D 1.6.0:

Please inform me if it is a known problem or I do something in a wrong way simply. :)
A.M.