- 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.
推薦閱讀
- Vue.js 3.x快速入門
- Learning Scala Programming
- Spring 5.0 By Example
- x86匯編語言:從實模式到保護模式(第2版)
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Learning Apache Mahout Classification
- Mastering Git
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 大話Java:程序設計從入門到精通
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Arduino Wearable Projects
- 遠方:兩位持續創業者的點滴思考
- 百萬在線:大型游戲服務端開發
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- JavaWeb從入門到精通(視頻實戰版)