formZ SDK | 5.0 API Reference | Project | Modeling | Lights Manager
Description
Creates a copy of a given light in a given windex. This api function makes it possible to copy a light from one project to another, if source and destiantion windex represent different projects. If source and destiantion windex are from the same project, fz_lite_copy_to_windex performs the same task as
Plugin Prototype
fzrt_error_td fz_lite_copy_to_windex(
fzrt_int | src_windex, |
src_lite, | |
fzrt_int | dst_windex, |
dst_lite ) |
Parameters
src_windex [Input]
project window index of source light
src_lite [Input]
source light
dst_windex [Input]
project window index of new light
dst_lite [Result]
new light
Returns
Error codes
Availability
6.5.5.0
Example Files
See Also
Function Set
Defined in