Hao Jiang 2007-10-15 08:47
I have two one-head graphics cards and two displays, and am trying to create an opengl window on the secondary display using jogl. But the application window on the secondary display is totally black, apparently jogl doesn;t work beyond the primary display. I was using GLCanvas() to initiate a rendering space, is there any problem with that? Also I found another GLCacvas(***, ***, ***, GraphicsDevice ), will that help to reduce the pain?
Thanks.
Hao
|