From cb0bf1edeae4687c0778f4eb80824f92a7955901 Mon Sep 17 00:00:00 2001 From: Ferenc Arn Date: Sat, 21 Oct 2017 19:35:54 -0400 Subject: Rename Schlick GGX to GGX. Schlick's approximation and GGX are orthogonal concepts. Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it. The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig. --- doc/classes/SpatialMaterial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml index db47875050..da89c37ff4 100644 --- a/doc/classes/SpatialMaterial.xml +++ b/doc/classes/SpatialMaterial.xml @@ -1085,7 +1085,7 @@ - + -- cgit v1.2.3