Each Game has its own character and atmosphere. The way 3D objects look like is decisive for the unique style of the Game. In Unity Materials define how the surface of an object is rendered. They use Shaders to calculate the color of each pixel based on the lighting input and further configurations. With this project I explored different possibilities of how to render an objects surface. If you want to discover the shaders I wrote, you can follow the link below and download the Executable of the Demo Project.
Back to Top