Commit bd09e1a
Add dreieck triangulation library (#8337)
Dreieck is adding support for triangulation using monotone
decomposition. This enables much faster triangulation of complex
polygons while having a fallback to earcut for simpler polygons and also
in case the triangulation fails (very weird case).
For gl-js
<public>
Change one render test threshold to be on par with native
</public>
cc @mapbox/gl-native
cc @mapbox/sdk-ci
cc @mapbox/maps-ios
cc @mapbox/maps-android
GitOrigin-RevId: 5f275a9ff9617802c17435e1b366112839d782ca1 parent 1824e83 commit bd09e1a
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
1046 | 1059 | | |
1047 | 1060 | | |
1048 | 1061 | | |
| |||
0 commit comments