poIGraphicMaterial SetRoughness
Sets the roughness value of the graphic material.
Syntax
graphic_material SetRoughness value
Application
HyperView Tcl Modify
Description
This command sets the roughness value of the graphic material (float 0.0 to 100.0).
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle post_manager_handle Animation
post_manager_handle GetGraphicMaterialHandle brass 3
brass SetRoughness 30.0
hwi CloseStack
Errors
None.