Culling context for a batch.
Specifies the data required to perform culling. See Also: OnPerformCulling.
batchVisibility | Visibility information for the batch. |
cullingMatrix | Culling matrix. |
cullingPlanes | Planes to cull against. |
lodParameters | See Also: LODParameters. |
nearPlane | The near frustum plane for this culling context. |
visibleIndices | Array of visible indices for all the batches in the group. |
visibleIndicesY | Array of uints containing extra data for the visible indices for all the batches in the group. Elements in this array correspond to elements in BatchCullingContext.visibleIndices. |