poIGraphicMaterial SetMetallic

Sets the metallic value of the graphic material.

Syntax

graphic_material SetMetallic value

Application

HyperView Tcl Modify

Description

This command sets the metallic value of the graphic material (float 0.0 to 100.0).

Example

To set the metallic value of a graphic material:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle post_manager_handle Animation
post_manager_handle GetGraphicMaterialHandle brass 3
brass SetMetallic 80.0
hwi CloseStack

Errors

None.