The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Display_Side
/*
 * SET: SE_Display_Side
 *
 *   This data type is used in <Rendering Properties> to specify
 *   which side or sides of a <Polygon> instance should be displayed
 *   (single sided vs two sided). It is not applicable if
 *   backface culling is used.
 */
typedef struct
{
SE_Integer_Unsigned : 1 Front; (notes)
SE_Integer_Unsigned : 1 Back; (notes)
} SE_Display_Side;


Field Notes


Front

 Display the front side.

Back

 Display the back side.



Prev: SE_Data_Table_Data_Value_Type. Next: SE_Display_Style.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS