Creates a light setup from a webXR AR session.


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>applyLightProbe</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>apply computed light Probe</td>
</tr>
<tr>
	<td>applyDirectionalLight</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>apply computed directional Light</td>
</tr>
</table>