Click or drag to resize
Ab4d.SharpEngine logo

HeightMapWireframeNode(HeightMapSurfaceNode, Int32, Int32, Single, String) Constructor

Creates a new HeightMapWireframeNode that will use the CenterPosition, Size and HeightData values from the parent HeightMapSurfaceNode.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public HeightMapWireframeNode(
	HeightMapSurfaceNode parentSurfaceNode,
	int horizontalLineFrequency = 1,
	int verticalLineFrequency = 1,
	float wireframeOffset = 0,001f,
	string? name = null
)

Parameters

parentSurfaceNode  HeightMapSurfaceNode
Parent HeightMapSurfaceNode instance.
horizontalLineFrequency  Int32  (Optional)
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.
verticalLineFrequency  Int32  (Optional)
The frequency of vertical lines in the generated wireframe/grid (i.e., the number of data points / cells until next line is drawn). Default value is 1.
wireframeOffset  Single  (Optional)
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.
name  String  (Optional)
optional name
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.HeightMapWireframeNode.#ctor(Ab4d.SharpEngine.SceneNodes.HeightMapSurfaceNode,System.Int32,System.Int32,System.Single,System.String)"]

See Also