May 17, 2011
blainebell
JoGL does not recognize stereo on Planar StereoMirror –
When I loop through all of the available Capabilities (using a loop from a previous post):
AbstractGraphicsDevice agd = GLProfile.getDefaultDe...
Loading...
May 18, 2011
Wade Walker
Hmm, looks like the Planar StereoMirror is a monitor, rather than a graphics card... maybe you could identify it with GraphicsDevice.getIDString()...
Loading...
May 18, 2011
Sven Gothel
On Wednesday, May 18, 2011 12:48:08 am blainebell [via jogamp] wrote:
>
> When I loop through all of the available Capabilities (using a ...