GeometryLevel::WeldGeometryLevel
Defined in: C4GeometryLevel.h
Welds the surfaces a geometry level together.
Prototype
void WeldGeometryLevel(float epsilon);
Parameters
epsilon |
The distance below which vertices are forced to coincide.
|
Description
The WeldGeometryLevel function searches for pairs of vertices that are within the distance epsilon of each other, but belong to different surfaces. When such a pair is found, one of the vertices is moved so that it coincides exactly with the other vertex in the pair. This operation welds the boundaries between surfaces together.
See Also
GeometryLevel::MendGeometryLevel
GeometryLevel::UnifyGeometryLevel
|