Whether Nvidia Quadro FX580 and Quadro400 can support GLUT_STEREO?
Hello Everyone,
We are trying to make a stereo rendering application.
I have gone through the nvidia graphics cards. We already have Nvidia Geforce GTS 450. But openGL quad buffering is not supported here.

I have found Nvidia Quadro FX580 and Quadro400 as a low cost solution to solve our purpose. We will be using openGl to render stereo applications.

In openGl, the following two lines are used to switch the display mode to stereo.
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH |GLUT_STEREO);
glutCreateWindow("testStereo");

I will be using windows 7 with one of the above mentioned graphics cards.

Please suggest me which graphics card I should buy to run openGL codes in stereo mode.

Thaning you.
Prasenjit Mondal
Hello Everyone,

We are trying to make a stereo rendering application.

I have gone through the nvidia graphics cards. We already have Nvidia Geforce GTS 450. But openGL quad buffering is not supported here.



I have found Nvidia Quadro FX580 and Quadro400 as a low cost solution to solve our purpose. We will be using openGl to render stereo applications.



In openGl, the following two lines are used to switch the display mode to stereo.

glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH |GLUT_STEREO);

glutCreateWindow("testStereo");



I will be using windows 7 with one of the above mentioned graphics cards.



Please suggest me which graphics card I should buy to run openGL codes in stereo mode.



Thaning you.

Prasenjit Mondal

#1
Posted 05/30/2012 09:49 AM   
Scroll To Top