Click or drag to resize
AB4D logo

MeshOctTreeNodeAddTriangle Method

Adds a triangle with the specified triangleBoundingBox and index to this or any child node.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void AddTriangle(
	int triangleIndex,
	ref BoundingBox triangleBoundingBox
)

Parameters

triangleIndex  Int32
index of the triangle
triangleBoundingBox  BoundingBox
reference to triangle's BoundingBox
See Also