The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Display_Side
/*
 * ENUM: SE_Display_Side
 *
 *   This data type is used in <Rendering Properties> to specify
 *   which side or sides of a <Polygon> should be displayed
 *   (single sided vs two sided). It is not applicable if
 *   backface culling is used.
 */
typedef enum
{
SE_DISP_SIDE_FRONT = 0x0001, (notes)
SE_DISP_SIDE_BACK = 0x0002 (notes)
} SE_Display_Side;


Enumerant Notes


SE_DISP_SIDE_FRONT

 Display the front side.

SE_DISP_SIDE_BACK

 Display the back side.



Prev: SE_Colour_Model. Next: SE_Display_Style.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™