Allows easy position of lights, or any object around another one.


## Description

This node transforms its children with latitude and longitude controls, instead of typical translate and rotate. It makes it more intuitive to position objects such as lights.

Note that there is an equivalent node at the SOP level


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<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 transform</td>
</tr>
<tr>
	<td>longitude</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the objects along the longitude, which is equivalent to a rotation on the y axis</td>
</tr>
<tr>
	<td>latitude</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the objects along the latitude, which is equivalent to a rotation on the z or x axis</td>
</tr>
<tr>
	<td>depth</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the point aways from the center</td>
</tr>
</table>