- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 160字
- 2021-06-18 19:04:08
Introduction
It's great to write your own shaders and effects so that you can fine-tune your project to look just the way that you want, and this is what we will be spending the majority of the book looking into. However, it's also good to point out that Unity already comes with some prebuilt ways to get some of the more common effects that users like to have through the use of the Post Processing Stack.
For those who just want to get something up and running, the Post Processing Stack can be an excellent way for you to tweak the appearance of your game without having to write any additional code. Using the Post Processing Stack can also be useful in showing you just what shaders can do and how they can improve your game projects as, behind the scenes, the Post Processing Stack is itself a shader that is applied to the screen, aptly called a screen shader.
- INSTANT Mock Testing with PowerMock
- Google Apps Script for Beginners
- Mastering Zabbix(Second Edition)
- 深度學習經典案例解析:基于MATLAB
- 大學計算機基礎實驗教程
- Magento 2 Theme Design(Second Edition)
- Flink SQL與DataStream入門、進階與實戰
- OpenCV for Secret Agents
- ASP.NET動態網頁設計教程(第三版)
- Java Web基礎與實例教程
- SAS數據統計分析與編程實踐
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Spring實戰(第5版)
- Learning Probabilistic Graphical Models in R
- Hands-On Nuxt.js Web Development