Creates a ring.


## Description

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


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>innerRadius</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>inner radius of the ring</td>
</tr>
<tr>
	<td>outerRadius</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>outer radius of the ring</td>
</tr>
<tr>
	<td>thetaSegments</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>segments count</td>
</tr>
<tr>
	<td>phiSegments</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>segments count</td>
</tr>
<tr>
	<td>open</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if set to 1, you can then set the phiStart, phi_end, thetaStart and theta_end</td>
</tr>
<tr>
	<td>angleStart</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>start of phi angle</td>
</tr>
<tr>
	<td>angleLength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>length of phi opening</td>
</tr>
<tr>
	<td>direction</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>axis perpendicular to the plane</td>
</tr>
<tr>
	<td>center</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>center of the plane</td>
</tr>
</table>