Click or drag to resize

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


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void MergeEqualVerticesRemoveInvalidTriangles(
	StandardVertex[] sourceVertices,
	int[] sourceIndices,
	float emptySquareEpsilon,
	float vertexPositionEpsilon,
	float vertexOtherChannelsEpsilon,
	bool returnSourceArraysWhenNoChanges,
	bool multithreaded,
	out StandardVertex[] processedVertices,
	out int[] processedIndices,
	out int[] processedTrianglesToSourceIndex
)

Parameters

sourceVertices  StandardVertex
sourceIndices  Int32
emptySquareEpsilon  Single
 
vertexPositionEpsilon  Single
 
vertexOtherChannelsEpsilon  Single
 
returnSourceArraysWhenNoChanges  Boolean
 
multithreaded  Boolean
 
processedVertices  StandardVertex
processedIndices  Int32
processedTrianglesToSourceIndex  Int32
See Also