[Plib-users] multiple windows
Brought to you by:
sjbaker
|
From: Anthony C. <ac...@Ac...> - 2001-12-27 21:43:47
|
I am a newbie to OpenGl,GLUT,and plib.
I am trying to render one scene in multiple windows.
It works except for the colors. The colors are only applied to the last
window created before the call to ssgLoadAC().
Like this
glutCreateWindow("win1");
glutCreateWindow("win2");
ssgLoadAC(...)
glutCreateWindow("win3");
glutCreateWindow("win4");
Only win2 will have the colors applied to it. Is there any examples of
multiple windows programs out there that use plib? I have found some multi
window programs, but they do not use plib.
Thanks,
Anthony
|