poIRenderOptions GetLightingMode

Gets the current lighting mode.

Syntax

poIRenderOptions_handle GetLightingMode

Application

HyperView Tcl Query

Description

This command retrieves the current lighting mode. Returns 0 for One Light mode and 1 for Multiple Lights mode.

Example

To get the current lighting mode:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle anim_handle animation
anim_handle GetRenderOptionsHandle render_handle
render_handle GetLightingMode
hwi CloseStack

Errors

None.