Batching

Description

sealed class Tinman.Terrain.Meshing.Batching

The Batching class traverses the filtered mesh (see IMeshFilters.FilterIn), generates a SectorBatch for each solid mesh sector (see MeshTree.IsSolid) and puts an explicit mark on it (see MeshTree.SectorMark).

The following vertex data semantics are used by this class:

Public / Attributes

Filter​In


public attribute FilterIn → (get,set)

value : MeshTreeFilter

The filter or null.

The mesh tree input filter to use for querying sector culling and marks.

The default value is null (i.e. all mesh sectors are visited).