Hi,
I want to use stereo on windows xp with nvidia mx440. Stereo works with NVIDIA drivers and shutter glases. When I set stereo true using GLCapabilities before creating the canvas I got an exception wich tells me that the requested configuration is not available.
glcp = new GLCapabilities();
glcp.setStereo(true);
canvas = GLDrawableFactory.getFactory().createGLCanvas(glcp);
I looked to the source of the windows implementation. But I dont have any idea how to switch on stereo.
best wishes
Hans