QuadTree(Entity) 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 entity As Entity
)
This language is not supported or no code example is available.
public QuadTree( 
Entity entity 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

.NET Framework

Supported in: 4.8

In this article

Definition