Creates a box.


## Description

If the node has no input, you can control the radius and center of the box. If the node has an input, it will create a box that encompasses the input geometry.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>t</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>decal position</td>
</tr>
<tr>
	<td>r</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>decal rotation</td>
</tr>
<tr>
	<td>s</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>decal scale</td>
</tr>
<tr>
	<td>scale</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>decal scale multipler</td>
</tr>
</table>