- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 107字
- 2021-06-24 14:12:09
Using a post-process volume
In order to access the different post process effects that Unreal has in store for us, we will need to place a specific actor in our level. This actor receives the name Post Process Volume, a container in the shape of a box that specifies its area of influence.
Thankfully for us, every setting that we are going to be tweaking in this chapter can be modified using the previous actor. Having all of the post process effects grouped in one place makes our lives easier—so, let's start looking at all of the different options that we can play with!
推薦閱讀
- The DevOps 2.3 Toolkit
- Kali Linux Web Penetration Testing Cookbook
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- YARN Essentials
- Spring Boot進階:原理、實戰(zhàn)與面試題分析
- Elasticsearch Server(Third Edition)
- PySpark Cookbook
- Java Web開發(fā)詳解
- Python算法詳解
- 超簡單:用Python讓Excel飛起來(實戰(zhàn)150例)
- Hands-On Dependency Injection in Go
- Splunk Essentials
- Implementing Splunk(Second Edition)
- Spring MVC Blueprints