formZ SDK | 5.0 API Reference | Project | Modeling | Lights Manager
Description
Indicates what type of light visibility the light has. This enum is used in the parameter FZ_LITE_GROUP_PARM_VISIBILITY in the functions fz_lite_grup_get_parm and fz_lite_grup_set_parm and in the parameter FZ_LITE_PARM_VISIBILITY in the functions fz_lite_get_parm_common and fz_lite_set_parm_common.
enum fz_lite_visible_enum {
FZ_LITE_VISIBILITY_INVISIBLE,
FZ_LITE_VISIBILITY_VISIBLE,
FZ_LITE_VISIBILITY_GHOSTED };
Members
FZ_LITE_VISIBILITY_INVISIBLE
Light is not visible (not drawn on screen)
FZ_LITE_VISIBILITY_VISIBLE
Light is visible
FZ_LITE_VISIBILITY_GHOSTED
Light is drawn in the project's ghost color
Availability
5.0.0.0
Defined in