Adds post processing effects to a camera



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>useOtherNode</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>set to true to define the post process nodes from a different node than this one</td>
</tr>
<tr>
	<td>node</td>
	<td><div class='bg-indigo-800 px-2 py-px text-white rounded-sm'>node_path</div></td>
	<td>other parent node containing the post process nodes that will make up the passes used</td>
</tr>
</table>