gcTemplate = new GraphicsConfigTemplate3D();
      gcEnv = GraphicsEnvironment.getLocalGraphicsEnvironment();
      gcConfig =
gcEnv.getDefaultScreenDevice().getBestConfiguration(gcTemplate);
      gcDevice = gcConfig.getDevice();

----- Original Message -----
From: FetJambo <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 02, 2002 3:42 PM
Subject: [JAVA3D] GraphicsConfiguration


Hi,

I don't want to use the SimpleUniverse but the
VirtualUnivers at the top of my graph. How do I get the
GraphicsConfiguration without
using  "SimpleUniverse.getPreferredConfiguration()"

(Canvas3D requires it)

Thanx.
J.

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

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