Creates metaballs.


## Description

This nodes creates metaballs from points. Note that the points must currently be within the coordinates 0,0,0 and 1,1,1. The points can also have a metaStrength float attribute to define the size of the metaball


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>resolution</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>resolution</td>
</tr>
<tr>
	<td>isolation</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>isolation</td>
</tr>
<tr>
	<td>useMetaStrengthAttrib</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>useMetaStrengthAttrib</td>
</tr>
<tr>
	<td>metaStrength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>metaStrength</td>
</tr>
<tr>
	<td>useMetaSubtractAttrib</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>useMetaSubtractAttrib</td>
</tr>
<tr>
	<td>metaSubtract</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>metaStrength</td>
</tr>
<tr>
	<td>enableUVs</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>enableUVs</td>
</tr>
<tr>
	<td>enableColors</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>enableColors</td>
</tr>
</table>