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