- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 225字
- 2021-06-18 19:04:10
How it works...
Each time we add an effect to a Post-processing Volume, we are overriding what would normally be put onto the screen.
If you've been to a movie theater that still uses film, you may have noticed how there were little specks in the filmstock while the film was playing. The grain effect simulates this film grain, causing the effect to become more pronounced the more the movie is played. This is often used in horror games to obscure the player's vision.
For more information on the grain effect, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Grain.
In the film world, vignetting can be an unintended effect of using the wrong type of lens for the type of shot you are trying to achieve or the aspect ratio that you are shooting for. In game development, we typically use vignetting for dramatic effect or to have players focus on the center of the screen by darkening and/or desaturating the edges of the screen compared to the center.
For more information on the vignette effect, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Vignette.
The depth of field setting basically determines what is blurry and what isn't. The idea is to have items of importance in focus while items in the background are not.
For more information on the depth of field effect, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Depth-of-Field.
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Interactive Data Visualization with Python
- Visual C++實(shí)例精通
- Web Development with Django Cookbook
- ASP.NET Core 2 and Vue.js
- Mastering Julia
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Python自然語(yǔ)言處理(微課版)
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實(shí)訓(xùn)版)
- Java 9模塊化開發(fā):核心原則與實(shí)踐
- Microsoft Dynamics AX 2012 R3 Financial Management
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- MyBatis 3源碼深度解析
- Python 快速入門(第3版)