PDA

View Full Version : Quad Buffer Stereo Emulation


JvdBosch
04-04-2013, 01:19 AM
Any of you guys did some work on emulating quad buffer stereo?

We can of course draw left and right frames sequentially with Vizard very easily (http://archidimex.nl/stereo.php), but all code will run twice. Anyone thought of a wrapper like this one (https://github.com/magestik/glQuadBufferEmu) to simulate it, while not updating your code for each eye?