/*
* ENUM: SE_ORDERED_UNION_TYPE_ENUM
*
* Used by <Union of Geometry> and <Union of Features> to give the
* reason for ordering.
*/
} SE_ORDERED_UNION_TYPE_ENUM;
Enumerator Notes
Layered schemes (from Performer pfLayer) are typically used for
coplanar geometry on depth-buffered CIGs. The 1st component is
always the base of the layer, and the other components are decal
layers. There can be 2 variations of layering: one for high QUALITY
rendering, and the other optimized for FAST rendering. These will
map to the machine hardware-specific implementations of layering.
See comments for SE_LAYERED_HIGH_QUALITY_RENDERING.
Fixed rendering order, typically for non-depth or buffered
or hybrid CIGS.
Components are intended to be ordered by range to the viewer.
Components are grouped by some shared attributes.
No reason for the order.
Prev: SE_OCTANT_ENUM.
Next: SE_PIXEL_FILL_METHOD_ENUM.
Up:Index