Login  Register

Re: refresh problem when stereo requested but not available on Linux 64bit

Posted by Sven Gothel on Apr 21, 2011; 7:26pm
URL: https://forum.jogamp.org/refresh-problem-when-stereo-requested-but-not-available-on-Linux-64bit-tp2784744p2848277.html

On Thursday, April 21, 2011 11:46:26 am gouessej [via jogamp] wrote:
>
> It is strange because some other OpenGL experts confirmed me that the quad
> buffer used for the glasses is available only on NVIDIA Quadro FX and this
> problem has nothing to do with Java as they use OpenGL both directly in
> C/C++ and in Java through JOGL. However, 3D Vision works with Direct3D even
> with NVIDIA GTS on Windows but it is not exposed in OpenGL.
>

Yup, I have read the same .. :(
They have some D3D hack to support some windows games
with their own method of generating a stereo effect.
However .. this does not support true stereo, ie where you
actually render the scene twice (final fp step).

Too bad, both companies NV/AMD withold stereo from the 'consumers',
only offer it to the pretty expensive pro cards.

~Sven


> Maybe Blaine can confirm.
>
> -----