Mesh.BuildOctree Method

Builds octree's data.
Public Sub BuildOctree( _ 
Optional ByVal maxNumTriangles As Integer = 0 _ 
)
This language is not supported or no code example is available.
public void BuildOctree( 
int maxNumTriangles = 0 
)
This language is not supported or no code example is available.

Parameters

maxNumTriangles
int

Maximum number of triangles per octant, zero for auto-estimation.

.NET Framework

Supported in: 4.8

In this article

Definition