From b1e382178c0e0057d53acb95c7e1de19aa5af337 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 21 Jul 2019 17:38:20 +0200 Subject: Disable high-quality voxel cone tracing by default This makes GIProbe significantly faster out of the box, at the cost of worse-looking GIProbe reflections. This closes #30727. --- doc/classes/ProjectSettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 7ab29e67ae..2d6ab4f72c 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -825,7 +825,7 @@ Weight subsurface scattering samples. Helps to avoid reading samples from unrelated parts of the screen. - + Use high-quality voxel cone tracing. This results in better-looking reflections, but is much more expensive on the GPU. -- cgit v1.2.3