Nikolai V. Chr. wrote:

Mark McKay wrote:

my scenes are not
antialiased.



System.setProperty("j3d.implicitAntialiasing", true); //means antialiasing is controlled by graphics card, not J3D.


Btw, I think your problem is either that you make this call too late
(after J3D has been initialised), or your graphics card driver is not
set up to force antialiasing. It must be because
j3d.implicitAntialiasing=true means that the driver not the calls you
make to setSceneAntialiasingEnable() etc. decides if the scene should be
antialiased.

----------------------------------------------
Nikolai V. Christensen, Computer Engineer,
Simulation and Training department
IFAD, Forskerparken 10A, DK-5230 Odense M
Denmark, EU
Phone: +45 63 15 71 31  Fax: +45 65 93 29 99
WWWeb: http://www.ifad.dk
e-mail: [EMAIL PROTECTED]
----------------------------------------------

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to