C# 클래스 TerrainDisplay.MPQ.ADT.Components.MapNormals

MCNR Chunk - Normal information for the MCNK
파일 보기 프로젝트 열기: WCell/WCell-Terrain

공개 프로퍼티들

프로퍼티 타입 설명
Normals Vector3[]

공개 메소드들

메소드 설명
GetLowResNormalMatrix ( ) : ].Vector3[

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

메소드 상세

GetLowResNormalMatrix() 공개 메소드

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

프로퍼티 상세

Normals 공개적으로 프로퍼티

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