/*
 * ENUM: SE_DISPLAY_STYLE_ENUM
 *
 *   Used in <Rendering Properties> to choose a style in which to render
 *   geometric objects (usually <Polygons>).
 */
typedef enum
{
SE_SOLID = 0x0001,
SE_WIREFRAME = 0x0002
} SE_DISPLAY_STYLE_ENUM;
Prev: SE_DISPLAY_SIDE_ENUM. Next: SE_DRM_FIELD_STRUCTURE. Up:Index