TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IBatchRendererBase in Tinman.Terrain.Meshing

interface IBatchRendererBase extends IBatchContainerBase
  base of IBatchRenderer

Attributes

BatchCount

Returns the current number of rendering batches that are buffered by this object.

property BatchCount { get }
type int32
value [>=0] The number of rendering batch elements.
inherited IBatchContainerBase.BatchCount

See also:

IBatchContainer.GetBatch

Methods

ClearBatches

Clears all batches.

method ClearBatches ()

ComputeBatches

Computes the render batches.

method ComputeBatches ()