Welcome to the legacy site! It's a bit broken, but should work for the most part - just keep in mind I'm not actively maintaining it!
Electronic Mind Studios


DocumentationReferenceBase→Diffuse Settings


The Diffuse defines one part of how the shader interacts with light, along with the Specular.

Types

Standard

The Standard diffuse type is, well, standard. It doesn't have any options, and is rather plain looking. Unless you want a specific look, I'd suggest using the new Unity 5 Standard instead.

Disable Normals (Currently mislabelled Use Normals, will be fixed in the next update!) - Lets you disable the use of normals. When calculating lighting, the normals are used to make surfaces that are looking away from the light darker than ones looking directly at it. Disabling normals completely (A value of 1), is faster than when they are used, however will look brighter and flat. A value in-between 1 and 0 is slower, but can be used to tune the effect, particularly in cartoon shaders.



Unity 5 Standard

This is the Unity 5 Standard (The specular variant). It looks pretty good, and is physically based meaning proper specular highlights and such.
Note: Due to how the Unity 5 Standard works, specular highlights will be turned on automatically and a few settings are changed. See here for more details.



Rough (Oren-Nayar)

Rough simulates rough surfaces with lots of little microscopic crevaces, such as carpets or tissues.

Roughness - The roughness factor. 0 should look the same as the Standard diffuse type.



Translucent

Translucent materials are ones that let light into themselves, have it bounce around a bit, and come out a different side. Skin is a good example - The light comes in through the skin, bounces around and hits a few muscles and blood vessels, then comes out a different side (Hence why a flashlight can light the other side of your hand, and why it looks red).
The Translucent mode isn't based on any genuine physics, mostly just from "what looks about right", and what doesn't, but in future versions I'll be sure to include a more physically based one.

Translucency - How translucent the object is.
Color - The color of the interior of the object (Red for skin, white for apples ect)



Unlit

Unlit materials are just that, unlit. They are always at full brightness, and don't react to lighting whatsoever


Copyright 2016 :) | Terms and Conditions!