Interface ITerrainModel
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
public interface ITerrainModel
Properties
Lod
Gets the lod.
int Lod { get; }
Property Value
Offset
Gets or sets the offset.
Point3D Offset { get; set; }
Property Value
- Point3D
The offset.
Texture
Gets or sets the texture.
TerrainTexture? Texture { get; set; }
Property Value
- TerrainTexture
The texture.
Methods
CreateModel(int)
Creates the 3D model of the terrain.
GeometryModel3D? CreateModel(int lod)
Parameters
lodintThe level of detail.
Returns
- GeometryModel3D
The Model3D.
Load(string)
Loads the specified file.
void Load(string source)
Parameters
sourcestringThe file name.