MathAlgorithmsMergeEqualVertices(Vector3F, Int32, 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 Vector3F[] vertices,
ref int[] indices,
float epsilon,
bool multithreaded
)
Parameters
- vertices Vector3F
- indices Int32
- epsilon Single
- multithreaded Boolean
-
See Also