Click or drag to resize

MathAlgorithmsMergeEqualVertices(StandardVertex, Int32, Single, Single, Boolean) Method

Original arrays will not changed.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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