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

struct PlantingChunk in Tinman.Terrain.Meshing

struct PlantingChunk  

Public / Attributes

Bounds

The bounds of the chunk, in terrain-space.

public readonly field Bounds
type Cuboid

Distance

The value of Distance that was used when this planting batch was created.

public readonly field Distance
type RangeF

Instances

The number of planted geometry instances.

public readonly field Instances
type int32

Options

The PlantingOptions that have been used to create this planting chunk.

public readonly field Options
type PlantingOptions

Origin

The origin of the chunk, in terrain-space.

public readonly field Origin
type Vec3D