Documentation

Support

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.
Read time 1 minuteLast updated a month ago

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. This feature is part of the repair mesh algorithm.

Merge vertices • Asset Transformer SDK • Unity Docs