Update properties from the THREE OBJECT3D from the input


## Description

This can update properties such as name, visible, renderOrder.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>group to assign the material to</td>
</tr>
<tr>
	<td>tname</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to set a new name</td>
</tr>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>new name</td>
</tr>
<tr>
	<td>trenderOrder</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to set a new render order</td>
</tr>
<tr>
	<td>renderOrder</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>render order</td>
</tr>
<tr>
	<td>tfrustumCulled</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow to set frustrumCulled</td>
</tr>
<tr>
	<td>frustumCulled</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets frustrumCulled</td>
</tr>
<tr>
	<td>tmatrixAutoUpdate</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow to set matrixAutoUpdate</td>
</tr>
<tr>
	<td>matrixAutoUpdate</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets matrixAutoUpdate</td>
</tr>
<tr>
	<td>tvisible</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow to set visible</td>
</tr>
<tr>
	<td>visible</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets visible</td>
</tr>
<tr>
	<td>tcastShadow</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow to set castShadow</td>
</tr>
<tr>
	<td>castShadow</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets castShadow</td>
</tr>
<tr>
	<td>treceiveShadow</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow to set receiveShadow</td>
</tr>
<tr>
	<td>receiveShadow</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets receiveShadow</td>
</tr>
</table>