Click or drag to resize
Ab4d.SharpEngine logo

IOctreeMesh Interface

IOctreeMesh interface defines Octree property and CreateOctree method and is used by meshes that can use Octrees.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public interface IOctreeMesh

The IOctreeMesh type exposes the following members.

Properties
 NameDescription
Public propertyOctree Gets or sets an MeshOctree that can be used for hit testing. The MeshOctree is automatically generated when number of positions in this mesh is bigger or equal to the value set in MeshPositionsCountForOctreeGeneration.
Top
Methods
 NameDescription
Public methodCreateOctree CreateOctree returns a MeshOctree that is created from the mesh data.
Top
See Also