DoTranspIntens(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoTranspIntens − Create a transparent intensity primitive attribute object
SYNOPSIS
C:
DtObject DoTranspIntens(intensity)
DtReal intensity;
FORTRAN:
INTEGER∗4 DOTI(INTENS)
REAL∗8 INTENS
DESCRIPTION
DoTranspIntens creates a transparent intensity primitive attribute object. The parameter intensity is a weighting factor for the transparency of subsequent objects.
The value of intensity ranges between 0.0 and 1.0. A value of 0 corresponds to an opaque surface, while a value of 1 means a surface is completely transparent.
The transparent intensity is one of several qualities that make a surface transparent. Other qualities include the transparent color (set with DoTranspColor <DOTC>) and the presence of transparency (set with DoTranspSwitch <DOTS>).
DEFAULTS
The default DoTranspIntens is 0.5.
SEE ALSO
DoTranspColor(3D), DoTranspOrientColor(3D), DoTranspOrientExp(3D), DoTranspOrientIntens(3D), DoTranspOrientSwitch(3D), DoTranspSwitch(3D)
September 02, 1992