Legacy Documentation: Version 2018.1 (Go to current version)
Vertex-Lit
Specular
Other Versions

Diffuse

Note. Unity 5 introduced the Standard Shader which replaces this shader.

Diffuse Properties

Diffuse computes a simple (Lambertian) lighting model. The lighting on the surface decreases as the angle between it and the light decreases. The lighting depends only on this angle, and does not change as the camera moves or rotates around.

Performance

Generally, this shader is cheap to render. For more details, please view the Shader Peformance page.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答