Click or drag to resize
AB4D logo

OptimizedPointMeshTOptimizationIndicesNumberThreshold Field

OptimizationIndicesNumberThreshold specifies at which number of indices user is satisfied with performance and no more views (Index buffers) will be created. When number of indices defined in all segments is less then the number specified in this field, then no more views are created. Smaller value can create more optimization views and can take longer to initialize. Default value is 100000.

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

Field Value

Int32
See Also