- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 191字
- 2021-06-24 14:12:16
How it works...
Post process materials are a bit different than the ones we apply to 3D models. Just as we need UVs in our meshes to indicate how textures should wrap around the objects, we need to access a specific bit of information from the scene that is being rendered in order to apply certain effects to it.
Instead of UVs, though, the information that we need from the scene comes in the shape of different scene textures, such as the one we dealt with before named Post Process Input 0. There are many others, and we will use them according to our needs. For instance, we can also access the subsurface color or the Ambient Occlusion pass if we want to. The point is that we have access to many scene buffers and you can use them to create a material that suits your needs.
Of course, using those nodes is not always mandatory and you can create a post process material using only the nodes that you would use on a traditional material. However, don's pass on the resources available to you through the Scene Texture parameter.
- Visual Basic .NET程序設(shè)計(jì)(第3版)
- 深入理解Android(卷I)
- 自己動(dòng)手寫搜索引擎
- Mastering Adobe Captivate 2017(Fourth Edition)
- Manga Studio Ex 5 Cookbook
- C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Building an RPG with Unity 2018
- Spring快速入門
- Unity 2017 Mobile Game Development
- 愛(ài)上micro:bit
- Learning Apache Cassandra
- Learning Modular Java Programming
- Flowable流程引擎實(shí)戰(zhàn)
- Python深度學(xué)習(xí)(第2版)
- React.js實(shí)戰(zhàn)