GLCapabilities for Stereoscopic 3D
in
Core Library Questions
•
4 months ago
Hello guys,
I've been trying to get the examples of this
https://github.com/CreativeCodingLab/stereo to run on processing but when I'm trying to run the ActiveStereo examples it throws an exception :
javax.media.opengl.GLException: Unable to select one of the provided GLCapabilities.
I've located the error at a line with this: capabilities.setStereo(true); when it's false it "runs".
I have a GTX 670 and as far as I know it supports Active Stereoscopic 3D.
all the other examples run correctly.
does anybody know a workaround on this?
1