HeightmapFormat
Description
- Derived from
-
SerializableBase abstract
IHeightmapFormat
Abstract base class for IHeightmapFormat implementations.
Public / Constructors
For
2 overloads
Returns a default IHeightmapFormat object for the given pixel format.
Depending on the pixel format flags, the following heightmap layer will be processed by the returned IHeightmapFormat object:
Returns a IHeightmapFormat object for the given pixel format and target heightmap layer.
The given layer in specifies which heightmap layer will be processed by the returned IHeightmapFormat object. The format opt value is used to determine the required byte channels (i.e. red, green, blue, alpha, intensity, elevation high/low byte).
ForAll
Returns a IHeightmapFormat that contains default formats for the given layers, augmented with all mandatory layers (see Mandatory).
Mandatory
Fixes the given IHeightmapFormat by appending all mandatory heightmap layers.
It is not necessary to use this method when creating heightmap datasets. It can be used to obtain an equivalent to the IHeightmapFormat object that the dataset is using.