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

MCNR Chunk - Normal information for the MCNK
Datei anzeigen Open project: WCell/WCell-Terrain

Public Properties

Property Type Description
Normals Vector3[]

Public Methods

Method Description
GetLowResNormalMatrix ( ) : ].Vector3[

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

Method Details

GetLowResNormalMatrix() public method

145 Floats for the 9 x 9 and 8 x 8 grid of Normal data.
public GetLowResNormalMatrix ( ) : ].Vector3[
return ].Vector3[

Property Details

Normals public_oe property

Normal information, 3 integers per normal, one normal per vertex, 145 vertices
public Vector3[] Normals
return Vector3[]