Click or drag to resize
AB4D logo

OctTree(PositionNormalTexture, Int32, Int32, Single) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public OctTree(
	PositionNormalTexture[] vertexBufferArray,
	int[] indicesArray,
	int maxNodeLevel = 4,
	float expandChildBoundingBoxes = 0,2f
)

Parameters

vertexBufferArray  PositionNormalTexture
vertexBufferArray
indicesArray  Int32
indicesArray
maxNodeLevel  Int32  (Optional)
maxNodeLevel
expandChildBoundingBoxes  Single  (Optional)
expandChildBoundingBoxes
See Also