文档

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Merge vertices

Use this feature to merge vertices that have the same position but different attributes.
阅读时间1 分钟最后更新于 5 天前

API function: algo.mergeVertices The tolerance parameter is used to identify vertices to be merged. Candidates are typically the non-manifold borders of a mesh or hard edges. This feature recreates connectivity information for vertices that match the specified tolerance, at the identified locations.
重要
You must use this feature when creating meshes from meshes with unconnected vertices. Use a very small tolerance. Otherwise, the features that require connectivity information, such as decimation, don't work correctly.
This feature is part of the repair mesh algorithm.