Re: JoGL does not recognize stereo on Planar StereoMirror
Posted by
Wade Walker on
May 18, 2011; 12:57am
URL: https://forum.jogamp.org/JoGL-does-not-recognize-stereo-on-Planar-StereoMirror-tp2954735p2955075.html
Hmm, looks like the Planar StereoMirror is a monitor, rather than a graphics card... maybe you could identify it with GraphicsDevice.getIDString() (
http://download.oracle.com/javase/1.4.2/docs/api/java/awt/GraphicsDevice.html) or something similar from GraphicsEnvironment/GraphicsConfiguration?