This commit is contained in:
KatKatKateryna 2024-06-30 02:34:40 +01:00
Родитель f7564d3805
Коммит cb619170bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -211,7 +211,7 @@ def meshPartsFromPolygon(
iterations = 0
coef = 1
maxPoints = 500
maxPoints = 5000
if len(polyBorder) >= maxPoints:
coef = math.floor(len(polyBorder) / maxPoints)