Hi Fabrizio,

>
>I'm developing my application on a slow machine here at the university, so
>I would like to force Java3D _not_ to use antialiasign hoping to improve
>the framerate.
>
>Is there any way to force J3D to disable antialiasing for _everything_???
>
>I mean something like:
>java -Dj3d.antialiasing=off <myclass>
>

No, there is no such property in v1.2.1 release.

>or do I have to look at the OpenGL libraries setting?
>
By default, full scene antialiasing is disable for
everything unless it is explicity set using

view.setSceneAntialiasingEnable(true)

If you are using nvidia graphics card, there is
a control you can set at

Display Property=>Settings=>Advanced=>Additional Properties

=>Direct3D Settings=>More Direct3D=>Antialiasing
or
=>OpenGL Settings=>Full scene antialiasing methods


By default they are turn off so the Java3D API
can control whether they are on or not. If
they are turn on, anitialiasing will always
on even though Java3D API turn it off.


- Kelvin
----------------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
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