MathAlgorithmsMergeEqualVertices(StandardVertex, Int32, Single, Single, Boolean) Method |
Original arrays will not changed.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void MergeEqualVertices(
ref StandardVertex[] vertices,
ref int[] indices,
float positionEpsilon,
float otherChannelsEpsilon,
bool multithreaded
)
Parameters
- vertices StandardVertex
- indices Int32
- positionEpsilon Single
- otherChannelsEpsilon Single
-
- multithreaded Boolean
-
See Also