Uses a flat mesh and renders soft contact shadows on it



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>dist</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>distance from the ground up to which shadows are visible</td>
</tr>
<tr>
	<td>shadowRes</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>shadow resolution</td>
</tr>
<tr>
	<td>opacity</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>shadow opacity</td>
</tr>
<tr>
	<td>blur</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>blur amount</td>
</tr>
<tr>
	<td>tblur2</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to add a secondary blur, which may be useful to get rid of artefacts</td>
</tr>
<tr>
	<td>blur2</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>secondary blur amount</td>
</tr>
<tr>
	<td>showHelper</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>show helper</td>
</tr>
</table>