DoDiffuseIntens(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoDiffuseIntens − Create a diffuse intensity primitive attribute object
SYNOPSIS
C:
DtObject DoDiffuseIntens(intensity)
DtReal intensity;
FORTRAN:
INTEGER∗4 DODIFI(INTENS)
REAL∗8 INTENS
DESCRIPTION
DoDiffuseIntens creates a diffuse intensity primitive attribute. The intensity parameter specifies a weighting factor for a surface’s diffuse response to light from incident light sources in the environment. The diffuse intensity ranges from 0.0 to 1.0.
The diffuse intensity is one of three aspects of the diffuse component of a surface. The other two aspects are the DoDiffuseColor <DODIFC> and the DoDiffuseSwitch <DODIFS>.
DEFAULTS
The default value for DoDiffuseIntens is 1.0.
SEE ALSO
DoDiffuseColor(3D), DoDiffuseSwitch(3D)
September 02, 1992