poIRenderOptions SetLightingMode
Sets the current lighting mode.
Syntax
poIRenderOptions_handle SetLightingMode mode
Application
HyperView Tcl Modify
Description
This command sets the current lighting mode.
Inputs
- mode
- 0 for One Light mode. 1 for Multiple Lights mode.
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle anim_handle animation
anim_handle GetRenderOptionsHandle render_handle
render_handle SetLightingMode 1
hwi CloseStack
Errors
None.