- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 88字
- 2021-06-18 19:04:15
Using properties in a Surface Shader
Now that we have created some properties, let's actually hook them up to the shader so that we can use them as tweaks to our shader and make the material process much more interactive. We can use the Properties values from the material's Inspector tab because we have attached a variable name to the property itself, but in the shader code, you have to set up a couple of things before you can start calling the value by its variable name.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- 數字媒體應用教程
- 大學計算機應用基礎實踐教程
- React Native Cookbook
- Learning Apache Kafka(Second Edition)
- 深入淺出PostgreSQL
- 深度學習:Java語言實現
- Learning AngularJS for .NET Developers
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Kivy Cookbook
- Kubernetes進階實戰
- CRYENGINE Game Development Blueprints
- JQuery風暴:完美用戶體驗
- 數字媒體技術概論
- Python面試通關寶典