DoShadowSwitch(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoShadowSwitch − Create a shadow switch primitive attribute object
SYNOPSIS
C:
DtObject DoShadowSwitch(switchvalue)
DtSwitch switchvalue;
Fortran:
INTEGER∗4 DOSHAS(SWVAL)
INTEGER∗4 SWVAL
DESCRIPTION
DoShadowSwitch creates a shadow primitive attribute object. The switchvalue parameter specifies whether a primitive object will render itself with shadows. Possible values are:
DcOff <DCOFF>
The object will render itself without shadows regardless of the settings of the lights.
DcOn <DCON>
The object will render itself with any shadows cast on it whenever possible.
DEFAULTS
The default value for DoShadowSwitch is DcOff <DCOFF>.
September 29, 2021