anonymous enum

Enumerator:
VIEWER_LIGHTING 
VIEWER_FOG  Lighting is on.
VIEWER_DITHER  Fog mode on.
VIEWER_ANTIALIAS  Dithering.
VIEWER_SMOOTH  Anti-aliasing.
VIEWER_LEFTZOOMS  Edge smoothing.

Definition at line 52 of file FXGLViewer.h.

00052      {
00053   VIEWER_LIGHTING = 0x00008000,    
00054   VIEWER_FOG      = 0x00010000,    
00055   VIEWER_DITHER   = 0x00020000,    
00056   VIEWER_ANTIALIAS= 0x00040000,    
00057   VIEWER_SMOOTH   = 0x00080000,    
00058   VIEWER_LEFTZOOMS= 0x00100000     
00059   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:45 2009 for TnFOX by doxygen v1.4.7