Click or drag to resize
AB4D logo

SimpleMesh<T>.OctTree Property

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.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public MeshOctTree OctTree { get; set; }

Property Value

MeshOctTree

Implements

IOctTreeMesh.OctTree
See Also