- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 162字
- 2021-06-24 14:12:04
Our first physically based material
PBR is, at its core, a principle that several graphic engines try to follow. Instead of being a strict set of rules that every rendering program needs to abide by, it is more of an idea—one that dictates that what we see on our screens is the result of a study on how light behaves when it interacts with certain surfaces.
As a direct consequence, the so-called PBR workflow varies from one rendering solution to the next, depending on how the creators of the software have decided to program the system. For our case, what we are going to be looking at is the implementation that Epic Games has chosen for their Unreal Engine 4 real-time renderer.
However, we are going to do so in our already established recipe process, that is, by creating real examples of materials that follow the PBR workflow rather than just talking in a general way. Let's get to it!
- C++面向對象程序設計(第三版)
- Vue.js設計與實現
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Mastering OpenCV Android Application Programming
- CentOS 7 Linux Server Cookbook(Second Edition)
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Python人工智能項目實戰
- Java EE框架開發技術與案例教程
- Getting Started with Backbone Marionette
- 面向對象程序設計及C++實驗指導(第3版)
- 構建跨平臺APP:響應式UI設計入門
- ReactJS Blueprints
- Visual FoxPro程序設計(第二版)
- Java程序設計項目教程(第二版)
- 修改代碼的藝術