[PyOpenGL-Users] redraw() - what others?
Brought to you by:
mcfletch
From: Joe C. <jo...@al...> - 2002-01-25 00:33:24
|
Hi, in the examples they use myOpengl.redraw = redrawCB to override the redraw callback function, but they then use glut to set the resize, mousemotion, etc functions. I was wondering what member functions I need to override if I don't want to use glut? also does anyone know of any documentation or examples that don't use glut for this sort of thing? I am using OpenGL.Tk with Tkinter. Thanks in advance joe |