Re: [JAVA3D] Java 3D 1.2 WARNING Msg.

1999-12-06 Thread Brett Porter
AM Subject: [JAVA3D] Java 3D 1.2 WARNING Msg. When I start my Java 3D app using appletviewer (using Java 2 V1.3, Java 3D 1.2) I get "WARNING: Canvas3D constructed with a null GraphicsConfiguration." I never use to get this message. I setup my SimpleUniverse with Canvas3

Re: [JAVA3D] Java 3D 1.2 WARNING Msg.

1999-12-06 Thread Steve Pietrowicz
This following is the basic gist from the page: http://www.j3d.org/faq/howto.html#stereo from the Java 3D FAQ. (Commercial: at it's new home at http://www.j3d.org)!!) Using it will let your app use stereo if the hardware supports it. It's recommended that you set the following when passing to

[JAVA3D] Java 3D 1.2 WARNING Msg.

1999-12-06 Thread Bob Gray
Title: Java 3D 1.2 WARNING Msg. When I start my Java 3D app using appletviewer (using Java 2 V1.3, Java 3D 1.2) I get "WARNING: Canvas3D constructed with a null GraphicsConfiguration." I never use to get this message.  I setup my SimpleUniverse with     Canvas3D canvas3D = new Canvas3D