Click or drag to resize
AB4D logo

DXHitTestOptionsGenerateOctTreeOnMeshInitialization Property

When true and when mesh has more positions than MeshPositionsCountForOctTreeGeneration, then the OctTree is generated at mesh initialization time. When false and when mesh has more positions than MeshPositionsCountForOctTreeGeneration, then the OctTree is generated when first HitTest method is called on the mesh. Default value is false.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool GenerateOctTreeOnMeshInitialization { get; set; }

Property Value

Boolean
See Also