- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 252字
- 2021-06-18 19:04:10
How to do it...
- We first create a new Post Processing Profile by right-clicking within the Assets folder in the Project window and then selecting Create | Post Processing Profile. Once selected, it will allow us to rename the item. Go ahead and set the name to BloomProfile.
- Select the Post-process volume object and, from the Inspector window, go to the Post Processing Volume component and assign the Profile property to the BloomProflie we just created.
- Afterward, select the Game tab, if it hasn't been selected already to see the results of the changes we are about to make in the following steps.
- Select the Add effect... button and select Unity | Bloom. Once the effect has been added to the Overrides section of the Post Processing Volume component, select the arrow to open its properties. Check the Intensity property and set it to 3. Afterward, check and set the Threshold to 0.75, the Soft Knee to 0.1, and the Radius to 3:

- Next, select the object with the Post Process Layer component attached to it (in the example, it is the FPSController | FirstPersonCharacter object) and, from the Inspector tab, scroll down to the Post Process Layer script. From there, change the Anti-aliasing property dropdown to Fast Approximate Anti-aliasing:

- Afterward, save your scene and hit the Play button to check out your project:

The final result of using bloom and anti-aliasing
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Rust編程:入門、實戰與進階
- Visual FoxPro程序設計教程
- Windows系統管理與服務配置
- PHP網絡編程學習筆記
- 基于Swift語言的iOS App 商業實戰教程
- Getting Started with Greenplum for Big Data Analytics
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Scala Reactive Programming
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- 貫通Tomcat開發
- Mastering VMware Horizon 7(Second Edition)
- Mastering Bootstrap 4
- XML程序設計(第二版)
- Learning Shiny