Share

AcGiMrDiagnosticPhotonMode

C++

typedef enum {
  krDensity = 0,
  krIrradiance
} AcGiMrDiagnosticPhotonMode;

File

AcGiEnvironment.h

Members

Members Description
krDensity BSP depth: the depth of the BSP tree reached.
krIrradiance BSP leaf size: the leaf size in the BSP tree reached.

Description

The type of photon information to visualize with the photon diagnostic mode.

Was this information helpful?