Esempio n. 1
0
 def display_screen(self):
     GLPluginProgram.display_screen(self)
     glColor3f(1,1,1)
     glRasterPos(20,50)
     gldraw.glutBitmapString(GLUT_BITMAP_HELVETICA_18,"(Do not close this window except to quit)")
     if self.inDialog:
         glColor3f(1,1,0)
         glRasterPos(20,80)
         gldraw.glutBitmapString(GLUT_BITMAP_HELVETICA_18,"In Dialog mode. Press 'q' to return to normal mode")