Click or drag to resize
AB4D logo

IOctTreeMesh Interface

IOctTreeMesh interface defines OctTree property and CreateOctTree method and is used by meshes that can use OctTrees.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IOctTreeMesh

The IOctTreeMesh type exposes the following members.

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