- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 269字
- 2021-06-24 14:12:08
Introduction
As you probably already know, Unreal combines many different pipelines in order to create whatever it is you are after—a video game, an app, an architectural walk-through. From animation to rendering, there are many different fields of study that we could be looking at. However much we would like to do so, the topics are just too wide to be tackled here. But even though we are not going to be looking at all of them, there is one important aspect that we need to pay attention to. It is one that directly affects the material and the rendering pipeline—we are talking, of course, about post-processing effects.
At their core, post-processing effects are a rendering pass that happens after our materials have been constructed but before the whole scene is outputted to the screen. They are like a layer that we can insert between what we have created and what the user experiences, so they are very powerful tools that enable us to modify and correct what we have previously done. Throughout the present chapter, we are going to be covering most of the available functionalities in the following recipes.
The properties we can tweak at that stage are anti-aliasing, color grading, depth of field, bloom, lens flares, vignetting, or screen space reflections. Those are just some of them, but something that they all have in common is that they affect the elements of the scene that are already placed in. Keeping that in mind will help us understand later on what is achievable through those methods and what is better done elsewhere.
- scikit-learn Cookbook
- Ceph Cookbook
- MySQL 8 DBA基礎教程
- SQL語言從入門到精通
- 深入淺出Android Jetpack
- Kinect for Windows SDK Programming Guide
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Kotlin從基礎到實戰
- 學習OpenCV 4:基于Python的算法實戰
- Mastering Unity 2D Game Development(Second Edition)
- Visual Basic 6.0程序設計實驗教程
- Mastering Elixir
- Clojure High Performance Programming(Second Edition)
- INSTANT LESS CSS Preprocessor How-to
- 你好!Python