Make object look at a position



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>targetPosition</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>targetPosition</td>
</tr>
<tr>
	<td>up</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>up</td>
</tr>
<tr>
	<td>lerp</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>lerp factor</td>
</tr>
<tr>
	<td>invertDirection</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>invertDirection</td>
</tr>
<tr>
	<td>updateMatrix</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if the matrix should be updated as the animation progresses</td>
</tr>
</table>