formZ SDK | 5.0 API Reference | Project | Modeling | View Manager
Description
Identifiers for how an entity was clippped against the view frustum.
enum fz_view_clip_enum {
FZ_VIEW_CLIP_IN,
FZ_VIEW_CLIP_OUT,
FZ_VIEW_CLIP_INSECT };
Members
FZ_VIEW_CLIP_IN
Indicates entity is completely inside the view frustum (fully visible)
FZ_VIEW_CLIP_OUT
Indicates entity is completely outside the view frustum (fully invisible)
FZ_VIEW_CLIP_INSECT
Indicates clipped the view frustum (partially visible)
Availability
5.0.0.0
Defined in