Height |
The HeightMapWireframeNode type exposes the following members.
Name | Description | |
---|---|---|
CenterPosition | Center position of the height map surface Default value is (0, 0, 0). | |
HeightData | 2D array defining the height data. The dimensions of array also determine the size of the mesh (scaled by the X and Z components of the Size property). If no height data is provided, a rectangle is generated. Default value is null (no height data available). | |
HorizontalLineFrequency | The frequency of horizontal lines in the generated wireframe/grid (i.e., the number of data points / cells until next line is drawn). Default value is 1. | |
ParentSurfaceNode | ||
Size | Size of the surface. X and Z components scale the 2D shape's width and height, while Y component scales the height values. Default value is (1, 1, 1) | |
VerticalLineFrequency | The frequency of vertical lines in the generated wireframe(i.e., the number of data points / cells until next line is drawn). Default value is 1. | |
WireframeOffset | Offset applied to the wireframe in the vertical (Y) direction, to avoid strict overlap with surface generated from the same height data. Default value is 0.001. |