Uses a flat mesh and renders a mirror on it.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>direction</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>direction the objects reflects</td>
</tr>
<tr>
	<td>directionOffset</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>direction offset</td>
</tr>
<tr>
	<td>active</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>when active is off, the mirror is not rendered</td>
</tr>
<tr>
	<td>clipBias</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>bias to ensure the mirror does not reflect itself</td>
</tr>
<tr>
	<td>color</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>color</div></td>
	<td>color</td>
</tr>
<tr>
	<td>useVertexColor</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>useVertexColor</td>
</tr>
<tr>
	<td>reflectionBlend</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>reflectionBlend</td>
</tr>
<tr>
	<td>multisamples</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>multisamples</td>
</tr>
<tr>
	<td>tblur</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle to activate blur</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>verticalBlurMult</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>vertical blur multiplier</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 to activate a second blur, which can be useful to reduce 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>blur2 amount</td>
</tr>
<tr>
	<td>verticalBlur2Mult</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>vertical blur2 multiplier</td>
</tr>
</table>