boolean operation


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>operation</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>url to load the geometry from</td>
</tr>
<tr>
	<td>keepVertexColor</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>preserves the color attribute of both input</td>
</tr>
<tr>
	<td>additionalAttributes</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>add any additional attribute to be preserved</td>
</tr>
<tr>
	<td>keepMaterials</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if only the material from the first input is used, or if the ones from both inputs should be used</td>
</tr>
<tr>
	<td>useInputGroups</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if one of the input has multiple material for a single object, and you'd like to preserve those, toggle this on</td>
</tr>
<tr>
	<td>intersectionEdgesOnly</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>intersectionEdgesOnly</td>
</tr>
</table>