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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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