Click or drag to resize
Ab4d.SharpEngine logo

MeshOctreeNodeCollectNodesTrianglesCountInLevel Method

CollectNodesTrianglesCountInLevel is a diagnostics method and fills a list of triangles count as int values with number of triangles in each node

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public static void CollectNodesTrianglesCountInLevel(
	MeshOctreeNode node,
	int targetNodeLevel,
	List<int> trianglesCount
)

Parameters

node  MeshOctreeNode
start node
targetNodeLevel  Int32
target node level
trianglesCount  ListInt32
list of triangles count as int values
See Also