Click or drag to resize
Ab4d.SharpEngine logo

HeightMapSurfaceNodeCreateHeightMapSurfaceMesh Method


Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public static StandardMesh CreateHeightMapSurfaceMesh(
	Vector3 centerPosition,
	Vector3 size,
	float[,] heightData,
	bool useHeightValuesAsTextureCoordinates,
	float minTextureHeight,
	float maxTextureHeight,
	string? name = null
)

Parameters

centerPosition  Vector3
 
size  Vector3
 
heightData  Single
 
useHeightValuesAsTextureCoordinates  Boolean
 
minTextureHeight  Single
 
maxTextureHeight  Single
 
name  String  (Optional)
 

Return Value

StandardMesh

[Missing <returns> documentation for "M:Ab4d.SharpEngine.SceneNodes.HeightMapSurfaceNode.CreateHeightMapSurfaceMesh(System.Numerics.Vector3,System.Numerics.Vector3,System.Single[0:,0:],System.Boolean,System.Single,System.Single,System.String)"]

See Also