Unity 3 technology – Surface Shaders

Started by Stefan, July 18, 2010, 08:57:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

QuoteIn Unity you can write your own custom shaders, but it's no secret that writing them is hard, especially when you need shaders that interact with per-pixel lights & shadows.
In Unity 3, that would be even harder because in addition to all the old stuff, your shaders would have to support the new Deferred Lighting renderer. We decided it's time to make shaders somewhat easier to write.

Warning: a technical post ahead with almost no pictures!