Loads multiple geometries from a url, using attributes from the input points. This can be more convenient than the File SOP if you want to load many geometries.


## Description

Note that this node will automatically use a specific loader depending on the extension of the url.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>url</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>url to load the geometry from</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 the matrixAutoUpdate attribute for the objects loaded</td>
</tr>
<tr>
	<td>reload</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>reload the geometry</td>
</tr>
</table>