Creates a sphere.


## Description

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


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>type</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>type of sphere (default sphere or isocahedron)</td>
</tr>
<tr>
	<td>radius</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>radius of the sphere when the type is default</td>
</tr>
<tr>
	<td>resolution</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>resolution - number of segments in x and y</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>phiStart</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>phiLength</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>thetaStart</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>start of theta angle</td>
</tr>
<tr>
	<td>thetaLength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>length of theta opening</td>
</tr>
<tr>
	<td>detail</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>resolution of the sphere when the type is isocahedron</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 sphere</td>
</tr>
<tr>
	<td>asLines</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>create lines instead of polygons</td>
</tr>
</table>