Difference between revisions of "Unity Products:Amplify Occlusion/Manual"
AmplifyWiki (talk | contribs) (→Occlusion Parameters) |
AmplifyWiki (talk | contribs) (→Ambient Occlusion Control) |
||
Line 34: | Line 34: | ||
=== Occlusion Parameters === | === Occlusion Parameters === | ||
− | http://amplify.pt/wp-content/uploads/2018/07/ | + | http://amplify.pt/wp-content/uploads/2018/07/method.jpg |
'''Sample Count'''<br/> | '''Sample Count'''<br/> |
Revision as of 19:28, 6 July 2018
ContentsInstallation1. Open the AmplifyOcclusion_Unity5.6+.unitypackage 2. After Unity loads it will display the “Importing package” window, select All and click Import 3. Amplify Occlusion should now be installed in your Unity project and it should have the following directory structure:
Workflow Overview
1. Select and apply “Image Effects/Amplify Occlusion” to your main camera 2. Adjust the intensity and radius. 3. Adjust the blur values until you are satisfied with the results. Ambient Occlusion ControlAmplify Occlusion offers two occlusion methods, the Post Effect mode resembles standard SSAO and will apply the effect to all objects, the Deferred option preserves bright lit surfaces by injecting SSAO before the direct light stage. A debug option is also available for added scene tweaking and flexibility.
Occlusion Parameters
Sample Count
Per Pixel Normals
Intensity
Tint
Radius
Power Exponent
Bias
Thickness
Downsample
Distance Fade
The Distance Fade option provides a flexible method of fading the Intensity, Radius and Power Exponent. Fade Start
Fade Length
Fade Intensity
Fade Tint
Fade Radius
Fade Power Exponent
Fade Thickness
Bilateral Blur Control
Amplify Occlusion uses bilateral blur to eliminate dithering artifacts, several options are available for added control. Blur Radius
Blur Passes
Blur Sharpness
Temporal FilterAmplify Occlusion uses temporal filtering to smooth the occlusion effect through the accumulation of occlusion calculations over time, improving the quality of the effect with a slight performance trade-off and possible ghosting. Filter Blending
Filter Response
Technical ConsiderationsMobile DevicesAmplify Occlusion requires Metal or OpengGL ES 3.0 or higher. Be sure that the Auto Graphics API is not enabled in order to avoid using older OpenGL ES versions on Android devices. |