Creates a perspective camera.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>fov</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>camera fov</td>
</tr>
<tr>
	<td>near</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>camera near</td>
</tr>
<tr>
	<td>far</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>camera far</td>
</tr>
<tr>
	<td>position</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>camera position</td>
</tr>
<tr>
	<td>rotation</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>camera rotation</td>
</tr>
<tr>
	<td>showHelper</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>show helper</td>
</tr>
<tr>
	<td>matrixAutoUpdate</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>matrixAutoUpdate</td>
</tr>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>camera name</td>
</tr>
<tr>
	<td>updateTransformFromCamera</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>set main camera</td>
</tr>
<tr>
	<td>apertureBlades</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>apertureBlades</td>
</tr>
<tr>
	<td>fStop</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>apertureBlades</td>
</tr>
<tr>
	<td>focusDistance</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>focusDistance</td>
</tr>
<tr>
	<td>apertureRotation</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>apertureRotation</td>
</tr>
<tr>
	<td>anamorphicRatio</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>anamorphicRatio</td>
</tr>
</table>