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

MCNR Chunk - Normal information for the MCNK
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

Свойство Type Description
Normals Vector3[]

Méthodes publiques

Méthode Description
GetLowResNormalMatrix ( ) : ].Vector3[

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

Method Details

GetLowResNormalMatrix() public méthode

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

Property Details

Normals public_oe property

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