formZ SDK | 5.0 API Reference | Project | Modeling | Lights Manager

fz_lite_get_next_light

Description

Given a light pointer, get the next light pointer in the windex. If lite_in is passed as NULL, the first light in the windex is returned.

Plugin Prototype

fzrt_error_td fz_lite_get_next_light(

fzrt_int

windex,

fz_lite_ptr

lite_in,

fz_lite_ptr *

lite_next )

Parameters

windex [Input]

project window index

lite_in [Input]

light

lite_next [Result]

next light

Returns

Error codes

Availability

5.0.0.0

Example Files

util_lights.fsl

See Also

Function Set

fz_lite_fset


Defined in

fz_lite_api.h