setTransType()
Set the transparency type of scene graph.
Usage
vis.setTransType( type )
Parameters
- type (string)
- Transparency type which should be set. Valid values are SCREEN_DOOR, ADD, DELAYED_ADD, BLEND, SORTED_OBJECT_ADD, DELAYED_BLEND and SORTED_OBJECT_BLEND.
Return Value
None
Error
type should be valid.
Description
This routine sets the transparency type of scene graph to type. For
example,
vis.setTransType( "BLEND" )