- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 199字
- 2021-06-24 14:12:14
There's more...
The specific type of Bloom we've seen in the present chapter is one aimed at video games or real time applications in particular. However, Epic Games has recently introduced a different type that can be considered a bit more high quality, called Bloom convolution.
This new effect lets users include their own custom bloom kernel shapes, which is a texture that can depict physically accurate bloom effects as seen through a camera or our eyes. To enable it, just tick the Method checkbox in the Lens section of our post process volume or camera and change the value from Standard to Convolution. Once that's done, we'll be able to change the Convolution kernel used as a texture for this effect; again, tick the checkbox with that same name and select any texture that you might desire. By default we'll get an effect similar to this one:

In the previous screenshot, we've also set the Convolution boost Mult to 100 in order to make the effect perfectly visible. You can do so if you head over to the Advanced section of the Bloom category and look for that setting.
- Mastering Natural Language Processing with Python
- Mastering Entity Framework
- The Computer Vision Workshop
- 編譯系統透視:圖解編譯原理
- SQL Server數據庫管理與開發兵書
- PHP編程基礎與實踐教程
- Android應用開發深入學習實錄
- 深度學習原理與PyTorch實戰(第2版)
- 零基礎學HTML+CSS
- DB2SQL性能調優秘笈
- Web前端開發技術:HTML、CSS、JavaScript
- Python 3快速入門與實戰
- Swift 2 Design Patterns
- Moodle 3.x Developer's Guide
- Visual Basic 開發從入門到精通