Share

AcGiMrDiagnosticBSPMode

C++

typedef enum {
  krDepth = 0,
  krSize
} AcGiMrDiagnosticBSPMode;

File

AcGiEnvironment.h

Members

Members Description
krDepth BSP depth: the depth of the BSP tree reached.
krSize BSP leaf size: the leaf size in the BSP tree reached.

Description

The available types of BSP information to visualize with the BSP diagnostic mode.

Was this information helpful?