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: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[ObsoleteAttribute("Use MeshSimplifier.SimplificationOptions instead.",
false)]
public bool EnableSmartLink { get; set; }Property Value
Boolean
See Also