Click or drag to resize

MeshSimplifierEnableSmartLink Property

Note: This API is now obsolete.

Gets or sets if a feature for smarter vertex linking should be enabled, reducing artifacts in the decimated result at the cost of a slightly more expensive initialization by treating vertices at the same position as the same vertex while separating the attributes. Default value: true

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 bool EnableSmartLink { get; set; }

Property Value

Type: Boolean
See Also