TryToImproveTriQualityThreshold

If triangle quality (aspect ratio) is worse than this threshold, only simplify in ways that improve quality.

Windows
MacOS
Linux

Syntax

double TryToImproveTriQualityThreshold

Remarks

If triangle quality (aspect ratio) is worse than this threshold, only simplify in ways that improve quality. If <= 0, triangle quality is ignored.

For aspect ratio we use definition: 4*TriArea / (sqrt(3)*MaxEdgeLen^2), ref: https://people.eecs.berkeley.edu/~jrs/papers/elemj.pdf p.53 Equilateral triangles have value 1; Smaller values -> lower quality

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss