Re: [JAVA3D] Antialiasing Failing

2004-01-15 Thread Mark McKay
Just to follow up on my last email, here are the results QueryProperties is returning: version = 1.3.1 vendor = Sun Microsystems, Inc. specification.version = 1.3 specification.vendor = Sun Microsystems, Inc. renderer = DirectX Renderer version = DirectX 8.0 or above doubleBufferAvailable = true

Re: [JAVA3D] Antialiasing Failing

2004-01-15 Thread Nikolai V. Chr.
Mark McKay wrote: my scenes are not antialiased. System.setProperty(j3d.implicitAntialiasing, true); //means antialiasing is controlled by graphics card, not J3D. -- Nikolai V. Christensen, Computer Engineer, Simulation and Training department IFAD,

Re: [JAVA3D] Antialiasing Failing

2004-01-15 Thread Nikolai V. Chr.
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

Re: [JAVA3D] Antialiasing Failing

2004-01-15 Thread Alessandro Borges
From Java3D DirectX readme Unsupported Features The following features are currently unsupported in the Direct3D implementation of Java 3D: Line width Line antialiasing Point antialiasing PolygonAttributes backFaceNormalFlip RenderingAttributes

[JAVA3D] Antialiasing Failing

2004-01-14 Thread Mark McKay
Hi, I'm trying to enable antialiasing for a scene I'm rendering in Java 3D. I believe Ive done everything I need to do, but still my scenes are not antialiased. I've tried this on three computers now, each with great video cards. I am: - Making sure to request a canvas with antialiasing