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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.IOctreeMesh"]

See Also