DoGlbRendMaxSub(3D) — Stardent Computer Inc. (Doré)
NAME
DoGlbRendMaxSub − Create a studio attribute object that defines the maximum number of subdivisions for global ray casting
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 casting. The parameter maxsub specifies the maximum level of adaptive spatial subdivision prior to ray casting. See DoGlbRendMaxObjs for a detailed explanation of spatial subdivision.
DEFAULTS
The default value for DoGlbRendMaxSub is 10.
SEE ALSO
DoGlbRendMaxObjs(3D), DoGlbRendRayLevel(3D)
September 29, 2021