Click or drag to resize
AB4D logo

OctTree(Vector3, Int32, BoundingBox, Int32, Single) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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