Copies a geometry onto every point from the right input.


## Description

Creates an instance geometry, but instancing the geometry in the left input onto every point from the right input. This is a great way to display a lot of geometries on screen with little performance penalty.



## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>mode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>defines what this node updates, either the instanced geometry or the instance points.</td>
</tr>
<tr>
	<td>geoAttributes</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>which attributes will be updated on the instanced geometry</td>
</tr>
<tr>
	<td>pointAttributes</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>which attributes will be updated ont the instance points</td>
</tr>
</table>