MeshCameraWorld

Description

sealed class Tinman.Engine.Components.MeshCameraWorld

A ICameraWorld implementation that uses a terrain mesh.

This class aggregates the following objects:

Public / Constructors

Mesh​Camera​World


public constructor MeshCameraWorld → (1)

minimumDistance opt : float64 = 0

The minimum distance to keep to the terrain surface.

Creates a new instance of MeshCameraWorld.

Public / Attributes

Minimum​Distance


public attribute MinimumDistance → (get,set)

value : float64

[>=0]
The minimum distance to the terrain.

The minimum distance to keep to the terrain surface.

Defaults to 0.