Click or drag to resize

Mesh3CombineIdenticalVertices Method

Merges identical vertices.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void CombineIdenticalVertices(
	bool ignoreNormals,
	bool ignoreAdditional
)

Parameters

ignoreNormals
Type: SystemBoolean
If true, vertex normals will not be taken into consideration when comparing vertices.
ignoreAdditional
Type: SystemBoolean
If true, texture coordinates, colors, and principal curvatures will not be taken into consideration when comparing vertices.
See Also