Octree(Mesh) Constructor

Initializes a new instance of the Octree class. Standard Constructor that defines the maximum number of triangles per Octant as (Mesh.Triangles.Length / 100).
Public Sub New( _ 
ByVal mesh As Mesh
)
This language is not supported or no code example is available.
public Octree( 
Mesh mesh 
)
This language is not supported or no code example is available.

Parameters

mesh
Mesh

The mesh.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition