|
HeightMapMesh3DUpdateHeight Method |
Updates the height map with the new height data. The dimensions of the new height data array must be the same as the array used in the constructor.
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void UpdateHeight(
double[,] newHeightData
)
Parameters
- newHeightData Double
- New height data. The dimensions of the new height data array must be the same as the array used in the constructor
See Also