- Unity 5.x Shaders and Effects Cookbook
- Alan Zucconi Kenneth Lammers
- 98字
- 2021-07-16 12:59:35
Chapter 2. Surface Shaders and Texture Mapping
In this chapter, we will explore Surface Shaders. We will start from a very simple matte material and end with holographic projections and advanced terrains blending. We can also use textures to animate, blend, and drive any other property that we want. In this chapter, you will learn about the following methods:
- Diffuse shading
- Using packed arrays
- Adding a texture to a shader
- Scrolling textures by modifying UV values
- Normal mapping
- Creating a transparent material
- Creating a Holographic Shader
- Packing and blending textures
- Creating a circle around your terrain
推薦閱讀
- 軟件項(xiàng)目管理(第2版)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- HoloLens Beginner's Guide
- 自己動(dòng)手寫Java虛擬機(jī)
- 算法訓(xùn)練營(yíng):入門篇(全彩版)
- UML+OOPC嵌入式C語(yǔ)言開(kāi)發(fā)精講
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開(kāi)發(fā)
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)
- C++20高級(jí)編程
- Learning YARN
- Python Essentials
- Python從入門到精通(第3版)
- Vue.js光速入門及企業(yè)項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- 創(chuàng)意UI Photoshop玩轉(zhuǎn)移動(dòng)UI設(shè)計(jì)
- OpenCV 3.0 Computer Vision with Java