MeshBoundBase

Description

class Tinman.Terrain.Kernel.MeshBoundBase

Derived from

IMeshBound

Extended by

HeightAboveGround sealed
IdentityTransform sealed
MeshCameraWorld sealed
MeshTraversal abstract
ShadowMapping sealed
SimpleTransform sealed
TerrainModel sealed

Abstract base class for IMeshBound implementations.

Protected / Methods

Assert​Bound


protected method AssertBound → (1)

source in : string

Error source tag.

Asserts that this object is currently bound to a IMesh.

Protected / Attributes

face​First


protected attribute faceFirst → (CubemapFace)

First valid cubemap face of currently bound mesh (inclusive).

face​Last


protected attribute faceLast → (CubemapFace)

Last valid cubemap face of currently bound mesh (inclusive).

mesh


protected attribute mesh → (IMesh)

The currently bound IMesh object.

tree


protected attribute tree → (MeshTree)

The IMesh.Tree of the currently bound IMesh object.

triangulator


protected attribute triangulator → (Triangulator)

The Triangulator object to use for mesh triangulation.

vertex​Arrays


protected attribute vertexArrays → (VertexArrays)

The IMesh.Vertices of the currently bound IMesh object.