|
MeshOctTreeNodeAddTriangle Method |
Adds a triangle with the specified triangleBoundingBox and index to this or any child node.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void AddTriangle(
int triangleIndex,
ref BoundingBox triangleBoundingBox
)
Parameters
- triangleIndex Int32
- index of the triangle
- triangleBoundingBox BoundingBox
- reference to triangle's BoundingBox
See Also