Skip to content

Commit

Permalink
Updated PostProcessingVolume.md Re #7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimCoenen committed Nov 20, 2018
1 parent 0defeb3 commit af9dcc0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion PostprocessingVolume.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@

## Post Processing Volumes

&&ADD IMAGE&&

Post processing volumes allow to specify different effect settings for different areas, e.g. Inside a building and outside of it or a different visual mood around a graveyard etc.




For this you've got post processing volumes
Add an empty GameObject to your scene, add the PostProcessing Volume script and a collider of your choice to it. It will be the area of effect. Pro tip: you can add multiple colliers as children to your volume.
The profile assigned to the volume is only applied when the camera is inside of the pp volume and has a Cat Post Processing Manager. Be aware that Post Processing Volumes with a higher `Importance` value and the profile set in the post processing manager can overwrite some or all settings.
The profile assigned to the volume is only applied when the camera is inside of the pp volume and has a Cat Post Processing Manager. Be aware that Post Processing Volumes with a higher `Importance` value and the profile set in the post processing manager can overwrite some or all settings.

0 comments on commit af9dcc0

Please sign in to comment.