© Claudia Doppioslash 2018
Claudia DoppioslashPhysically Based Shader Development for Unity 2017https://doi.org/10.1007/978-1-4842-3309-2_13

13. Hooking Into the Standard Shader

Claudia Doppioslash
(1)
Liverpool, Merseyside, UK
 
When you create a surface or Unlit shader, it doesn’t automatically take advantage of all the features of the Unity rendering system. You could reimplement them, but that would take a lot of work. Fortunately, it’s possible to obtain that functionality by hacking your BRDF implementation into the Standard shader infrastructure. You can write your shader so it automatically uses Unity’s Standard shader functionality. That’s what we’re going to do in this chapter, but keep in mind that there are no guarantees that the way to ...

Get Physically Based Shader Development for Unity 2017: Develop Custom Lighting Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.