formZ SDK | 5.0 API Reference | Project | Modeling | Lights Manager
Description
Light setup parameters. Used for the "which" argument of and fz_lite_set_opts_parm_data.
enum fz_lite_opts_parm_enum {
FZ_LITE_OPTS_SHOW_COLOR,
FZ_LITE_OPTS_HIGHLIGHT_PICKED,
FZ_LITE_OPTS_LIGHT_NAME,
FZ_LITE_OPTS_GROUP_NAME };
Members
FZ_LITE_OPTS_SHOW_COLOR
Indicates if the names of the lights will be drawn in the color that was assigned to them in the lights palette. If not set, the names are all drawn the same.
Type: fzrt_boolean
Default Value: FALSE
FZ_LITE_OPTS_HIGHLIGHT_PICKED
When set, the light name in the lights palette will be highlighted whenever a light is picked.
Type: fzrt_boolean
Default Value: FALSE
FZ_LITE_OPTS_LIGHT_NAME
The default light name (32 characters max).
Type: char*
FZ_LITE_OPTS_GROUP_NAME
The default light group name (32 characters max).
Type: char*
Availability
5.0.0.0
See Also
Defined in