Click or drag to resize

MeshSimplifierMaxIterationCount Property

Note: This API is now obsolete.

Gets or sets the maximum iteration count. Higher number is more expensive but can bring you closer to your target quality. Sometimes a lower maximum count might be desired in order to lower the performance cost. Default value: 100

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[ObsoleteAttribute("Use MeshSimplifier.SimplificationOptions instead.", 
	false)]
public int MaxIterationCount { get; set; }

Property Value

Type: Int32
See Also