ChunkingBatch
Description
Output batch of the Chunking class.
ChunkingBatch values have the following natural sort order:
Public / Attributes
BaseChunk
Is this the base chunk of this Batch?
A single Batch may have more than one chunks. The first chunk (i.e. the base chunk) contains the most prominent materials.
The base chunk can be obtained via IBatchContainerBase.GetBatchForSector, passing SectorBatch.Sector.
This value can be used to setup different render states for each batch instance, for example alpha-blending vs. additive blending.
MaterialGroup
The material group of this batch.
This value is the index in the configured list of material groups (see Chunking.MaterialGroups).