DoTranspSwitch(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoTranspSwitch − Create a transparent switch primitive attribute object
SYNOPSIS
C:
DtObject DoTranspSwitch(switchvalue)
DtSwitch switchvalue;
Fortran:
INTEGER∗4 DOTS(SWVAL)
INTEGER∗4 SWVAL
DESCRIPTION
DoTranspSwitch creates a transparent switch primitive attribute object. The parameter switchvalue specifies whether the surfaces of subsequent primitive objects have a transparent component. Possible values are:
DcOff <DCOFF>
The object will render itself without transparency regardless of the settings for transparent color and transparent intensity.
DcOn <DCON>
The object will render itself with transparency whenever possible.
The transparent switch is one of three aspects of the transparent component of a surface. The other components are the transparent color and the transparent color’s intensity.
DEFAULTS
The default for DoTranspSwitch is DcOff <DCOFF>.
SEE ALSO
DoTranspColor(3D), DoTranspIntens(3D), DoTranspOrientColor(3D), DoTranspOrientExp(3D), DoTranspOrientIntens(3D), DoTranspOrientSwitch(3D)
September 29, 2021