C# Class TerrainDisplay.Collision.OCTree.IntermediateOCTreeNode

Exibir arquivo Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Bounds BoundingBox
Children TerrainDisplay.Collision.OCTree.IntermediateOCTreeNode[]
Polys TerrainDisplay.Collision.OCTree.OCTPoly[]

Public Methods

Method Description
Build ( float WeldDelta ) : OCTreeNode

Method Details

Build() public method

public Build ( float WeldDelta ) : OCTreeNode
WeldDelta float
return OCTreeNode

Property Details

Bounds public_oe property

public BoundingBox Bounds
return BoundingBox

Children public_oe property

public IntermediateOCTreeNode[],TerrainDisplay.Collision.OCTree Children
return TerrainDisplay.Collision.OCTree.IntermediateOCTreeNode[]

Polys public_oe property

public OCTPoly[],TerrainDisplay.Collision.OCTree Polys
return TerrainDisplay.Collision.OCTree.OCTPoly[]