- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 151字
- 2021-06-18 19:04:21
Creating a transparent material
All the shaders we have seen so far have something in common; they are used for solid materials. If you want to improve the look of your game, transparent materials are often a good way to start. They can be used for anything from a fire effect to a glass window. Working with them, unfortunately, is slightly more complicated. Before rendering solid models, Unity orders them according to the distance from the camera (Z ordering) and skips all the triangles that are facing away from the camera (culling). When rendering transparent geometries, there are instances in which these two aspects can cause problems. This recipe will show you how to solve some of these issues when it comes to creating a transparent Surface Shader. This topic will be heavily revisited in Chapter 7, Fragment Shaders and Grab Passes, where realistic glass and water shaders will be provided.
- Git Version Control Cookbook
- PyTorch自動駕駛視覺感知算法實戰
- Clojure for Domain:specific Languages
- C語言程序設計案例精粹
- Learning Apache Mahout Classification
- Android底層接口與驅動開發技術詳解
- Learning Salesforce Einstein
- Java程序設計入門
- 51單片機C語言開發教程
- C++從入門到精通(第5版)
- 從零開始:UI圖標設計與制作(第3版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Go語言入門經典
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)