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 Single light mode, 1 for Multi-light CAE mode, and 2 for Multi-light CAD 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.