|
OctTree(Vector3, Int32, BoundingBox, Int32, Single) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public OctTree(
Vector3[] positionsArray,
int[] indicesArray,
BoundingBox boundingBox,
int maxNodeLevel = 4,
float expandChildBoundingBoxes = 0,2f
)
Parameters
- positionsArray Vector3
- positionsArray
- indicesArray Int32
- indicesArray
- boundingBox BoundingBox
- boundingBox
- maxNodeLevel Int32 (Optional)
- maxNodeLevel
- expandChildBoundingBoxes Single (Optional)
- expandChildBoundingBoxes
See Also