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

Show file Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Negative BSPNode
Positive BSPNode
TriIndices List
faceStart uint
flags BSPNodeFlags
nFaces ushort
negChild short
planeDist float
posChild short

Private Methods

Method Description
GetIndices ( List indices ) : void

Property Details

Negative public property

public BSPNode,TerrainDisplay.MPQ.WMO.Components Negative
return BSPNode

Positive public property

public BSPNode,TerrainDisplay.MPQ.WMO.Components Positive
return BSPNode

TriIndices public property

public List TriIndices
return List

faceStart public property

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

flags public property

public BSPNodeFlags flags
return BSPNodeFlags

nFaces public property

num of triangle faces in MOBR
public ushort nFaces
return ushort

negChild public property

public short negChild
return short

planeDist public property

public float planeDist
return float

posChild public property

public short posChild
return short