anonymous enum

Enumerator:
VERTICES_POINTS 
VERTICES_LINES 
VERTICES_LOOPLINES 
VERTICES_LINEITEMS 
VERTICES_NODEPTHTEST 

Definition at line 39 of file FXGLVertices.h.

00039      {
00040   VERTICES_POINTS          = 0x00000100,     // Draw each point
00041   VERTICES_LINES           = 0x00000200,     // Draw as set of connected lines
00042   VERTICES_LOOPLINES       = 0x00000400,     // Connect start to end
00043   VERTICES_LINEITEMS       = 0x00000800,     // Draw as set of separate lines
00044   VERTICES_NODEPTHTEST     = 0x00001000      // Disable the depth test during rendition
00045   };


(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