Share

AcGiMrShadowMode

C++

typedef enum {
  krSimple = 0,
  krSorted,
  krSegments
} AcGiMrShadowMode;

File

AcGiEnvironment.h

Members

Members Description
krSimple Simple shadows, with no sorting of shadow rays.
krSorted Shadow sorting, from sample point to light.
krSegments Shadow segments, from light to sample point.

Description

The available methods for computing ray-traced shadows.

Was this information helpful?