Processes the faces of the input geometry



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>makeFacesUnique</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>makes faces unique</td>
</tr>
<tr>
	<td>addFaceCenterAttribute</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>adds a vector3 attribute that represents the center of a face</td>
</tr>
<tr>
	<td>addFaceId</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add an id attribute for each face</td>
</tr>
<tr>
	<td>transform</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>allows to transform each face</td>
</tr>
<tr>
	<td>scale</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>scales the faces indepedently</td>
</tr>
</table>