Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Algo :: decimateTarget
Synopsis
reduce the polygon count by removing some vertices to obtain a target triangle count
GUI Dialog
Script function
algo.decimateTarget
(
scenePaths
,
targetTriangleCount
[,
removeSmallParts
])
Parameters
scenePaths
(
ScenePathList
) : Scene paths of components to process
targetTriangleCount
(
Int
) : Target triangle count
removeSmallParts
(
Boolean
)
[optional]
: If true, allows suppression of small parts