> Date:         Fri, 22 Feb 2002 16:05:17 -0500
> From: RWGRAY <[EMAIL PROTECTED]>
>
> Does anyone know anything about setting/using the antialiasing for a View?
>
> The documentation reads: "If enabled, the entire scene will be antialiased
> on each canvas in which scene antialiasing is available."
>
> I don't understand which canvases are available for antialising and which
> are not....

Call the queryProperties() method of Canvas3D to get a Map of Java 3D
properties, and then call get("sceneAntialiasingAvailable") on the Map to see
if scene antialiasing is available.  Its availability is dependent upon your
hardware and the particular OpenGL or D3D driver you're using.

-- Mark Hood

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