Daniela Rainer (zrgr0390++at++visin1.rus.uni-stuttgart.de)
Tue, 2 Apr 1996 15:16:15 +0000
why does XSGISetStereoBuffer not work with Performer?
I have a GLX (mixed model) program, that sets the STR_BOT-stereo mode, opens a
GLX window (configured for stereo) and sets alternating the stereobuffer with
XSGISetStereoBuffer(xdisplay, window, STEREO_BUFFER_LEFT),
XSGISetStereoBuffer(xdisplay, window,
STEREO_BUFFER_RIGHT)
and it works.
If I open a Performer window with
pfPWinType(pw, PFPWIN_TYPE_X);
pfOpenPWin(pw);
pfChoosePWinFBConfig(pw, FBAttr );
xdisplay = pfGetCurWSConnection();
glWindow = pfGetPWinWSWindow(pw);
and I link with the _igl libraries, the window should also be a GLX-window, but
XSGISetStereoBuffer(xdisplay, glwindow, STEREO_BUFFER_...) has no effect.
Thanks for any help,
Daniela
-- Daniela Rainer rainer++at++rus.uni-stuttgart.de
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:40 PDT