scatters points inside the bounding box of an object


## Description

This can be useful to quickly create points in a volume.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>stepSize</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>the smaller the step size, the more points this will create</td>
</tr>
</table>