- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 118字
- 2021-06-18 19:04:16
Surface Shaders and Texture Mapping
In this chapter, we will explore the topic of Surface Shaders in greater detail than in the previous chapter. We will start from building a very simple matte material and end with holographic projections and the advanced blending of terrains. We will also see how you can use textures to animate, blend, and drive any other property that they like.
In this chapter, you will learn about the following methods:
- Diffuse shading
- Accessing and modifying packed arrays
- Adding a texture to a shader
- Scrolling textures by modifying UV values
- Creating a shader with normal mapping
- Creating a transparent material
- Creating a Holographic Shader
- Packing and blending textures
- Creating a circle around your terrain
推薦閱讀
- Python編程自學手冊
- Java EE 6 企業級應用開發教程
- Boost C++ Application Development Cookbook(Second Edition)
- Reactive Programming with Swift
- JavaFX Essentials
- Android 9 Development Cookbook(Third Edition)
- Instant Typeahead.js
- 編譯系統透視:圖解編譯原理
- Visual C++應用開發
- Android Native Development Kit Cookbook
- Swift細致入門與最佳實踐
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- SQL Server數據庫管理與開發兵書
- Python High Performance Programming
- ElasticSearch Cookbook(Second Edition)