C# Class TerrainDisplay.MPQ.ADT.Components.MapVertices

MCVT Chunk - Height information for the MCNK
Datei anzeigen Open project: WCell/WCell-Terrain

Public Properties

Property Type Description
Heights float[]

Public Methods

Method Description
GetLowResMapArray ( ) : float[]

145 Floats for the 9 x 9 and 8 x 8 grid of height data.

GetLowResMapMatrix ( ) : ].float[

145 Floats for the 9 x 9 and 8 x 8 grid of height data.

Method Details

GetLowResMapArray() public method

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public GetLowResMapArray ( ) : float[]
return float[]

GetLowResMapMatrix() public method

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public GetLowResMapMatrix ( ) : ].float[
return ].float[

Property Details

Heights public_oe property

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public float[] Heights
return float[]