formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager

fz_rndr_rzpost_lflare_parm_enum

Description

Lens Flare post-process RenderZone parameters. This enum identifies which option is wanted to retrieve or change. This is used with the , render manager functions.

enum fz_rndr_rzpost_lflare_parm_enum {

FZ_RNDR_RZPOST_LFLARE_PARM_SHAPE,

FZ_RNDR_RZPOST_LFLARE_PARM_GLOW,

FZ_RNDR_RZPOST_LFLARE_PARM_HALO,

FZ_RNDR_RZPOST_LFLARE_PARM_RAYS,

FZ_RNDR_RZPOST_LFLARE_PARM_LUM_MIN,

FZ_RNDR_RZPOST_LFLARE_PARM_LUM_MAX,

FZ_RNDR_RZPOST_LFLARE_PARM_AMP,

FZ_RNDR_RZPOST_LFLARE_PARM_INTENS,

FZ_RNDR_RZPOST_LFLARE_PARM_SIZE,

FZ_RNDR_RZPOST_LFLARE_PARM_ROT,

FZ_RNDR_RZPOST_LFLARE_PARM_HOT,

FZ_RNDR_RZPOST_LFLARE_PARM_LITE,

FZ_RNDR_RZPOST_LFLARE_PARM_FALLOFF,

FZ_RNDR_RZPOST_LFLARE_PARM_OUT_VIEW,

FZ_RNDR_RZPOST_LFLARE_PARM_OBSCUR };

Members

FZ_RNDR_RZPOST_LFLARE_PARM_SHAPE

How to draw the lens flare.

Type: fz_rndr_rzpost_lflare_shape_enum

Default Value: FZ_RNDR_RZPOST_LFLARE_SHAPE_STANDARD

FZ_RNDR_RZPOST_LFLARE_PARM_GLOW

Color of glow.

Type: fz_rgb_float_td

Default Value: {1.0, 1.0, 1.0}

FZ_RNDR_RZPOST_LFLARE_PARM_HALO

Color of halo.

Type: fz_rgb_float_td

Default Value: {1.0, 1.0, 1.0}

FZ_RNDR_RZPOST_LFLARE_PARM_RAYS

Color of rays.

Type: fz_rgb_float_td

Default Value: {1.0, 1.0, 1.0}

FZ_RNDR_RZPOST_LFLARE_PARM_LUM_MIN

Minimum luminance.

Type: float

Default Value: 300.0

Range: 179.0 <= value <= 1000000000.0

FZ_RNDR_RZPOST_LFLARE_PARM_LUM_MAX

Maximum luminance.

Type: float

Default Value: 1000.0

Range: 179.0 <= value <= 1000000000.0

FZ_RNDR_RZPOST_LFLARE_PARM_AMP

Light amplifier.

Type: float

Default Value: 10.0

Range: 0.001 <= value <= 1000000000.0

FZ_RNDR_RZPOST_LFLARE_PARM_INTENS

Intensity (0.0 = 0%, 0.5 = 50%, 1.0 = 100%).

Type: float

Default Value: 1.0

Range: 0.0 <= value <= 1000000000.0

FZ_RNDR_RZPOST_LFLARE_PARM_SIZE

Size (0.0 = 0%, 0.5 = 50%, 1.0 = 100%).

Type: float

Default Value: 0.5

Range: 0.0 <= value <= 1000000000.0

FZ_RNDR_RZPOST_LFLARE_PARM_ROT

Rotation angle (in degrees).

Type: float

Default Value: 15.0

FZ_RNDR_RZPOST_LFLARE_PARM_HOT

Whether or not flares from hot spots are shown.

Type: fzrt_boolean

Default Value: TRUE

FZ_RNDR_RZPOST_LFLARE_PARM_LITE

Whether or not flares from lights are shown.

Type: fzrt_boolean

Default Value: TRUE

FZ_RNDR_RZPOST_LFLARE_PARM_FALLOFF

Whether or not to ignore light falloff.

Type: fzrt_boolean

Default Value: FALSE

FZ_RNDR_RZPOST_LFLARE_PARM_OUT_VIEW

Whether or not to use out of view lights.

Type: fzrt_boolean

Default Value: FALSE

FZ_RNDR_RZPOST_LFLARE_PARM_OBSCUR

Whether or not to use obscured lights.

Type: fzrt_boolean

Default Value: FALSE

Availability

5.0.0.0

See Also

Defined in

fz_rndr_api.h