DoTranspIntens(3D) — Stardent 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 specifies the intensity of the response of a surface to light transmitted through it. The parameter intensity is usually a value between 0.0 and 1.0 that signifies how much of the transmitted light actually gets through the surface.
The transparent intensity is one of three aspects of the transparent component of a surface. The other aspects are the transparent color and the applicability of transparent components to a surface.
DEFAULTS
The default DoTranspIntens is 0.5.
SEE ALSO
DoTranspColor(3D), DoTranspOrientColor(3D), DoTranspOrientExp(3D), DoTranspOrientIntens(3D), DoTranspOrientSwitch(3D), DoTranspSwitch(3D)
September 29, 2021