|
|
|
@ -122,13 +122,13 @@ template<class Vertex, size_t vertexSize = Vertex::Size> class Clean { |
|
|
|
/** @ingroup mesh
|
|
|
|
/** @ingroup mesh
|
|
|
|
@brief %Clean the mesh |
|
|
|
@brief %Clean the mesh |
|
|
|
@tparam Vertex Vertex data type |
|
|
|
@tparam Vertex Vertex data type |
|
|
|
@tparam vertexSize How many initial vertex fields are important (for example, |
|
|
|
@tparam vertexSize How many initial vertex fields are important (for |
|
|
|
when dealing with perspective in 3D space, only first three fields of |
|
|
|
example, when dealing with perspective in 3D space, only first three |
|
|
|
otherwise 4D vertex are important) |
|
|
|
fields of otherwise 4D vertex are important) |
|
|
|
@param indices Index array to operate on |
|
|
|
@param[in,out] indices Index array to operate on |
|
|
|
@param vertices Vertex array to operate on |
|
|
|
@param[in,out] vertices Vertex array to operate on |
|
|
|
@param epsilon Epsilon value, vertices nearer than this distance will be |
|
|
|
@param[in] epsilon Epsilon value, vertices nearer than this distance will |
|
|
|
melt together. |
|
|
|
be melt together. |
|
|
|
|
|
|
|
|
|
|
|
Removes duplicate vertices from the mesh. |
|
|
|
Removes duplicate vertices from the mesh. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|