DoBoundingVolSwitch(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoBoundingVolSwitch − Create a bounding volume switch primitive attribute object
SYNOPSIS
C:
DtObject DoBoundingVolSwitch(switchvalue)
DtSwitch switchvalue;
Fortran:
INTEGER∗4 DOBVS(SWVAL)
INTEGER∗4 SWVAL
DESCRIPTION
DoBoundingVolSwitch returns a bounding volume switch primitive attribute object. The bounding volume switch takes one of the following values:
DcOn <DCON>
Enable use of bounding volumes.
DcOff <DCOFF>
Disable use of bounding volumes and ignore all bounding volumes encountered.
DEFAULTS
The default DoBoundingVolSwitch is DcOn <DCON>.
SEE ALSO
DoBoundingVol(3D), DoMinBoundingVolExt(3D), DsCompBoundingVol(3D)
September 29, 2021