DoGlbRendMaxSub(3D) — Kubota Pacfic Computer Inc. (Doré)
NAME
DoGlbRendMaxSub − Create a studio attribute object that defines the maximum number of subdivisions for global ray tracing
SYNOPSIS
C:
DtObject DoGlbRendMaxSub(maxsub)
DtInt maxsub;
FORTRAN:
INTEGER∗4 DOGRMS(MAXSUB)
INTEGER∗4 MAXSUB
DESCRIPTION
DoGlbRendMaxSub creates a studio attribute object that defines the maximum number of branch subdivisions for global ray tracing. The parameter maxsub specifies the maximum level of adaptive spatial subdivision prior to ray tracing. See DoGlbRendMaxObjs for a detailed explanation of spatial subdivision.
DEFAULTS
The default value for DoGlbRendMaxSub is 10.
SEE ALSO
DoGlbRendMaxObjs(3D), DoGlbRendRayLevel(3D)
March 13, 1992