Hi,
I would like to known if anybody have experience this problem: when I create a
canvas3d with the GraphicsConfiguration,
GraphicsEnvironment ge =
GraphicsEnvironment.getLocalGraphicsEnvironment();
GraphicsDevice gd = ge.getDefaultScreenDevice();
GraphicsConfiguration gc=gd.getDefaultConfiguration();
===> myCanvas3D = new Canvas3D(gc);
my scene is flashing each time it renders (when I move around with the
mouseRotate, MouseZoom, etc). This problem occurs only with the new version of
the jdk(1.3) and java3d(1.2). The problem doesn't occurs with the old version
of jdk(1.2.1) and java3d(1.1.3) nor with the plugin of the new version.
A way to override the problem with the new version of jdk and java3d is to
create the canvas with a null argument,
myCanvas3D = new Canvas3D(null);
but it throws this warning:
WARNING: Canvas3D constructed with a null
GraphicsConfiguration.
If anybody have an idea...
I have a Pentium II 333 with Winnt 4 service pack 5 and a Matrox Mystique 220
(2Mb)
Pardon my english, i'm learning
Fran�ois Savard
OPEA-MAT/telelearning
D�partement de g�nie civil (Civil engeneering department)
Universit� Laval
Qu�bec, Canada
[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".