- Unreal Engine 4 Shaders and Effects Cookbook
- Brais Brenlla Ramos John P. Doran
- 236字
- 2021-06-24 14:12:05
Creating some simple glass with the translucent blend mode
In the previous section, we had the opportunity to create a basic material that followed the physically based approach that Unreal Engine uses to render elements into our screens. By using nodes and expressions that affected the roughness or the metallic attributes of a material, we saw how we could potentially create endless combinations—going from plastics to concrete, metal, or wood.
Those previous examples can be considered simple ones—for they use the same shading model to calculate how each element needs to be rendered. Most of the materials that we experience in our daily lives fall into that category, and they can be described using the attributes we have previously tweaked. In spite of that, there are always examples that can't be exactly covered with one unique shading model. The way that light behaves when it touches glass, for example, needs to be redefined in those cases. The same applies to other elements, such as human skin or foliage, where light distribution varies from that of a wooden material.
With that in mind, we are going to create several small examples of materials that deviate from the standard shading model—starting with some simple glass. This will work as an introductory level, just so we can create more complex examples at a later stage. Buckle up and let's dive right in!
- Beginning Java Data Structures and Algorithms
- Microsoft Dynamics 365 Extensions Cookbook
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- Java:High-Performance Apps with Java 9
- Selenium Testing Tools Cookbook(Second Edition)
- PLC應(yīng)用技術(shù)(三菱FX2N系列)
- RESTful Java Web Services(Second Edition)
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Mastering AWS Security
- Kotlin極簡(jiǎn)教程
- PyQt編程快速上手
- Web前端開發(fā)最佳實(shí)踐
- Java高級(jí)程序設(shè)計(jì)
- Deep Learning for Natural Language Processing
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)