Click or drag to resize

MeshSimplifierAgressiveness Property

Note: This API is now obsolete.

Gets or sets the agressiveness of the mesh simplification. Higher number equals higher quality, but more expensive to run. Default value: 7.0

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 double Agressiveness { get; set; }

Property Value

Type: Double
See Also