- 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.
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- Mastering matplotlib
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Java程序設(shè)計(jì)
- Asynchronous Android Programming(Second Edition)
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- 3ds Max印象 電視欄目包裝動畫與特效制作
- 從零開始:C語言快速入門教程
- Drupal 8 Development:Beginner's Guide(Second Edition)
- JavaScript Unit Testing
- Isomorphic Go