- Unity 5.x Shaders and Effects Cookbook
- Alan Zucconi Kenneth Lammers
- 174字
- 2021-07-16 12:59:34
Introduction
Let's imagine a cube that has been painted white uniformly. Even if the color used is the same on each face, they will all have different shades of white depending on the direction that the light is coming from and the angle that we are looking at it. This extra level of realism is achieved in 3D graphics by shaders, special programs that are mostly used to simulate how light works. A wooden cube and a metal one may share the same 3D model, but what makes them look different is the shader that they use. Recipe after recipe, this first chapter will introduce you to shader coding in Unity. If you have little to no previous experience with shaders, this chapter is what you need to understand what shaders are, how they work, and how to customize them.
By the end of this chapter, you will have learned how to build basic shaders that perform basic operations. Armed with this knowledge, you will be able to create just about any Surface Shader.
- Java程序設計與開發
- 摩登創客:與智能手機和平板電腦共舞
- FreeSWITCH 1.6 Cookbook
- Getting Started with PowerShell
- Spring實戰(第5版)
- EPLAN實戰設計
- Rust Essentials(Second Edition)
- NetBeans IDE 8 Cookbook
- 大話Java:程序設計從入門到精通
- 深度學習原理與PyTorch實戰(第2版)
- Mastering AWS Security
- IoT Projects with Bluetooth Low Energy
- 遠方:兩位持續創業者的點滴思考
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- Learning D