|
MeshOctTreeNodeCollectNodesTrianglesCountInLevel Method |
CollectNodesTrianglesCountInLevel is a diagnostics method and fills a list of triangles count as int values with number of triangles in each node
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static void CollectNodesTrianglesCountInLevel(
MeshOctTreeNode node,
int targetNodeLevel,
List<int> trianglesCount
)
Parameters
- node MeshOctTreeNode
- start node
- targetNodeLevel Int32
- target node level
- trianglesCount ListInt32
- list of triangles count as int values
See Also