Removes deleted OrenNayar mode from shaders and materials
This commit is contained in:
parent
711d4f3d86
commit
4daca0b580
8 changed files with 2 additions and 19 deletions
|
|
@ -671,10 +671,7 @@
|
|||
<constant name="DIFFUSE_LAMBERT_WRAP" value="2" enum="DiffuseMode">
|
||||
Extends Lambert to cover more than 90 degrees when roughness increases.
|
||||
</constant>
|
||||
<constant name="DIFFUSE_OREN_NAYAR" value="3" enum="DiffuseMode">
|
||||
Attempts to use roughness to emulate microsurfacing.
|
||||
</constant>
|
||||
<constant name="DIFFUSE_TOON" value="4" enum="DiffuseMode">
|
||||
<constant name="DIFFUSE_TOON" value="3" enum="DiffuseMode">
|
||||
Uses a hard cut for lighting, with smoothing affected by roughness.
|
||||
</constant>
|
||||
<constant name="SPECULAR_SCHLICK_GGX" value="0" enum="SpecularMode">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue