- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 113字
- 2021-06-18 19:04:16
Diffuse shading
Before starting our journey into texture mapping, it is important to understand how diffuse materials work. Certain objects might have a uniform color and smooth surface, but are not smooth enough to shine in reflected light. These matte materials are best represented with a Diffuse Shader. While, in the real world pure diffuse materials do not exist, Diffuse Shaders are relatively cheap to implement and are largely applied in games with low-poly aesthetics, so they're worth learning about.
There are several ways in which you can create your own Diffuse Shader. A quick way is to start with Unity's Standard Surface Shader and edit it to remove any additional texture information.
推薦閱讀
- Python科學計算(第2版)
- Spring Boot開發與測試實戰
- Java 開發從入門到精通(第2版)
- Learning Real-time Processing with Spark Streaming
- Reactive Android Programming
- ArcGIS By Example
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- 利用Python進行數據分析
- 高效使用Greenplum:入門、進階與數據中臺
- 快樂編程:青少年思維訓練
- Access數據庫應用教程(2010版)
- Node.js實戰:分布式系統中的后端服務開發
- Extending Docker
- 城市信息模型平臺頂層設計與實踐
- 程序員面試金典(第6版)