Snaps points onto one another.


## Description

Based on a distance threshold.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>group to assign the material to</td>
</tr>
<tr>
	<td>dist</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>distance threshold</td>
</tr>
<tr>
	<td>computeNormals</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>recompute normals</td>
</tr>
</table>