C# 클래스 TerrainDisplay.MPQ.WMO.Components.BSPNode

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

공개 프로퍼티들

프로퍼티 타입 설명
Negative BSPNode
Positive BSPNode
TriIndices List
faceStart uint
flags BSPNodeFlags
nFaces ushort
negChild short
planeDist float
posChild short

비공개 메소드들

메소드 설명
GetIndices ( List indices ) : void

프로퍼티 상세

Negative 공개적으로 프로퍼티

public BSPNode,TerrainDisplay.MPQ.WMO.Components Negative
리턴 BSPNode

Positive 공개적으로 프로퍼티

public BSPNode,TerrainDisplay.MPQ.WMO.Components Positive
리턴 BSPNode

TriIndices 공개적으로 프로퍼티

public List TriIndices
리턴 List

faceStart 공개적으로 프로퍼티

index of the first triangle index(in MOBR)
public uint faceStart
리턴 uint

flags 공개적으로 프로퍼티

public BSPNodeFlags flags
리턴 BSPNodeFlags

nFaces 공개적으로 프로퍼티

num of triangle faces in MOBR
public ushort nFaces
리턴 ushort

negChild 공개적으로 프로퍼티

public short negChild
리턴 short

planeDist 공개적으로 프로퍼티

public float planeDist
리턴 float

posChild 공개적으로 프로퍼티

public short posChild
리턴 short