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

Mostra 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_oe property

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

Positive public_oe property

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

TriIndices public_oe property

public List TriIndices
return List

faceStart public_oe property

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

flags public_oe property

public BSPNodeFlags flags
return BSPNodeFlags

nFaces public_oe property

num of triangle faces in MOBR
public ushort nFaces
return ushort

negChild public_oe property

public short negChild
return short

planeDist public_oe property

public float planeDist
return float

posChild public_oe property

public short posChild
return short