Click or drag to resize
AB4D logo

MeshOctTreeNodeTriangleIndexes Field

List of triangle indexes that are contained in this MeshOctTreeNode. To get the index of triangle indice in the TriangleIndicesArray, multiplying the values from this list with 3.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public List<int> TriangleIndexes

Field Value

ListInt32
See Also