- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 87字
- 2021-06-18 19:04:19
Scrolling textures by modifying UV values
One of the most common texture techniques used in today's game industry is the process of allowing you to scroll the textures over the surface of an object. This allows you to create effects such as waterfalls, rivers, and lava flows. It's also a technique that is the basis of creating animated sprite effects, but we will cover this in a subsequent recipe of this chapter. First, let's see how we will create a simple scrolling effect in a Surface Shader.
推薦閱讀
- 計算思維與算法入門
- Mastering Zabbix(Second Edition)
- Building Modern Web Applications Using Angular
- SpringMVC+MyBatis快速開發與項目實戰
- Learning AWS Lumberyard Game Development
- Python算法詳解
- C#程序設計教程(第3版)
- JQuery風暴:完美用戶體驗
- 百萬在線:大型游戲服務端開發
- 面向對象程序設計及C++(第3版)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Web前端開發技術實踐指導教程
- Swift編程實戰:iOS應用開發實例及完整解決方案
- 程序員超強大腦
- Ionic Cookbook