Skip to content

Commit 31f27f0

Browse files
committed
demo: Remove "experimental" comment from simplify_error_edge_limit
This should no longer be considered experimental as it existed since 1.0.
1 parent 053a730 commit 31f27f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/clusterlod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct clodConfig
4242
// amplify the error of clusters that go through sloppy simplification to account for appearance degradation
4343
float simplify_error_factor_sloppy;
4444

45-
// experimental: limit error by edge length, aiming to remove subpixel triangles even if the attribute error is high
45+
// limit error by edge length, aiming to remove subpixel triangles even if the attribute error is high
4646
float simplify_error_edge_limit;
4747

4848
// use permissive simplification instead of regular simplification (make sure to use attribute_protect_mask if this is set!)

0 commit comments

Comments
 (0)