The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Display_Side
/*
 * SET: SE_Display_Side
 *
 *   This data type is used in <Rendering Properties> instances 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 union
{
SE_Integer_Unsigned member;
struct
{

SE_Integer_Unsigned : 1  Front;1
SE_Integer_Unsigned : 1  Back;2
} member; } SE_Display_Side;

Field Notes

1 Display the front side.

2 Display the back side.




Prev: SE_Data_Table_Data_Value_Type. Next: SE_Display_Style.


Return to: Top of this Page, Type Index