C# 클래스 TerrainDisplay.MPQ.M2.M2Model

파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BoundingNormals Vector3[]
BoundingTriangles Index3[]
BoundingVertices Vector3[]
GlobalSequenceTimestamps uint[]
Header TerrainDisplay.MPQ.M2.Components.ModelHeader
Name string
Vertices TerrainDisplay.MPQ.M2.Components.ModelVertices[]

프로퍼티 상세

BoundingNormals 공개적으로 프로퍼티

public Vector3[] BoundingNormals
리턴 Vector3[]

BoundingTriangles 공개적으로 프로퍼티

public Index3[] BoundingTriangles
리턴 Index3[]

BoundingVertices 공개적으로 프로퍼티

public Vector3[] BoundingVertices
리턴 Vector3[]

GlobalSequenceTimestamps 공개적으로 프로퍼티

A list of timestamps that act as upper limits for global sequence ranges.
public uint[] GlobalSequenceTimestamps
리턴 uint[]

Header 공개적으로 프로퍼티

public ModelHeader,TerrainDisplay.MPQ.M2.Components Header
리턴 TerrainDisplay.MPQ.M2.Components.ModelHeader

Name 공개적으로 프로퍼티

public string Name
리턴 string

Vertices 공개적으로 프로퍼티

Models, too, use a Z-up coordinate systems, so in order to convert to Y-up, the X, Y, Z values become (X, -Z, Y).
public ModelVertices[],TerrainDisplay.MPQ.M2.Components Vertices
리턴 TerrainDisplay.MPQ.M2.Components.ModelVertices[]