- 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.
- 深入理解Bootstrap
- CockroachDB權威指南
- Oracle Database In-Memory(架構與實踐)
- JavaScript+jQuery開發實戰
- 基于差分進化的優化方法及應用
- 用Flutter極速構建原生應用
- Python機器學習經典實例
- Expert Data Visualization
- Highcharts Cookbook
- R Data Analysis Cookbook(Second Edition)
- 單片機C語言程序設計實訓100例
- Azure Serverless Computing Cookbook
- Learning Modular Java Programming
- Clojure Web Development Essentials
- 微信小程序開發邊做邊學(微課視頻版)