 |
HeightMapWireframeNode Class |
HeightMapWireframeNode class is used to render the wireframe that is defined by the
HeightMapSurfaceNode.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic class HeightMapWireframeNode : LineBaseNode
The HeightMapWireframeNode type exposes the following members.
Constructors| | Name | Description |
|---|
 | HeightMapWireframeNode(String) |
Creates a new HeightMapWireframeNode
|
 | HeightMapWireframeNode(HeightMapSurfaceNode, String) |
Creates a new HeightMapWireframeNode that will use the CenterPosition, Size and HeightData values
from the parent HeightMapSurfaceNode.
|
 | HeightMapWireframeNode(HeightMapSurfaceNode, Int32, Int32, Single, String) |
Creates a new HeightMapWireframeNode that will use the CenterPosition, Size and HeightData values from the parent HeightMapSurfaceNode.
|
 | HeightMapWireframeNode(Vector3, Vector3, Single, Int32, Int32, Single, String) |
Creates a new HeightMapWireframeNode
|
Top
Properties| | 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.
|
Top
Methods
See Also