MeshCameraWorld
Description
- Derived from
A ICameraWorld implementation that uses a terrain mesh.
This class aggregates the following objects:
Public / Attributes
MaximumDistance
Specifies the maximum camera distance.
The default maximum camera distance is computed so that the bounding sphere fits into the smaller field-of-view angle (horizontal or vertical). This factor specifies a multiple for that: a value of 0.5
will fit half of the bounding sphere, a value of 2
will fit two bounding spheres. Defaults to 1
.