Click or drag to resize

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

Original arrays will not changed.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void MergeEqualVertices(
	ref StandardVertex[] vertices,
	ref int[] indices,
	float positionEpsilon,
	float otherChannelsEpsilon,
	bool multithreaded
)

Parameters

vertices
Type: NeoAxisStandardVertex
indices
Type: SystemInt32
positionEpsilon
Type: SystemSingle
otherChannelsEpsilon
Type: SystemSingle
multithreaded
Type: SystemBoolean
See Also