C# Class TerrainDisplay.MPQ.WMO.Components.BSPNode

Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

Свойство Type Description
Negative BSPNode
Positive BSPNode
TriIndices List
faceStart uint
flags BSPNodeFlags
nFaces ushort
negChild short
planeDist float
posChild short

Private Methods

Méthode Description
GetIndices ( List indices ) : void

Property Details

Negative public_oe property

public BSPNode,TerrainDisplay.MPQ.WMO.Components Negative
Résultat BSPNode

Positive public_oe property

public BSPNode,TerrainDisplay.MPQ.WMO.Components Positive
Résultat BSPNode

TriIndices public_oe property

public List TriIndices
Résultat List

faceStart public_oe property

index of the first triangle index(in MOBR)
public uint faceStart
Résultat uint

flags public_oe property

public BSPNodeFlags flags
Résultat BSPNodeFlags

nFaces public_oe property

num of triangle faces in MOBR
public ushort nFaces
Résultat ushort

negChild public_oe property

public short negChild
Résultat short

planeDist public_oe property

public float planeDist
Résultat float

posChild public_oe property

public short posChild
Résultat short