Allows to edit properties of textures in the used materials.




## Description
no description
## 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>tcolorSpace</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow updating the texture color space</td>
</tr>
<tr>
	<td>colorSpace</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>sets the texture encoding</td>
</tr>
<tr>
	<td>tmapping</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow updating the texture mapping</td>
</tr>
<tr>
	<td>mapping</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets the texture mapping</td>
</tr>
<tr>
	<td>twrap</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to allow updating the texture wrap</td>
</tr>
<tr>
	<td>wrapS</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets the texture wrapS</td>
</tr>
<tr>
	<td>wrapT</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets the texture wrapT</td>
</tr>
<tr>
	<td>tanisotropy</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the anisotropy</td>
</tr>
<tr>
	<td>useRendererMaxAnisotropy</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if the anisotropy should be set to the max capabilities of the renderer</td>
</tr>
<tr>
	<td>anisotropy</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>anisotropy value</td>
</tr>
<tr>
	<td>tminFilter</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update min filter</td>
</tr>
<tr>
	<td>minFilter</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>min filter value</td>
</tr>
<tr>
	<td>tmagFilter</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update mag filter</td>
</tr>
<tr>
	<td>magFilter</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>mag filter value</td>
</tr>
</table>