From dfcd70c09f020ab61b4845b1a42eda3d71ac34d5 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Sat, 16 Dec 2023 19:01:03 -0500 Subject: [PATCH] Add descpription for rendering/limits/spatial_indexer/threaded_cull_minimum_instances (cherry picked from commit 498f46063dc3045a02ff84c47c8329d2587b6d6f) --- doc/classes/ProjectSettings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 977c0c0979f..5544baa1dc9 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -2467,6 +2467,7 @@ [b]Note:[/b] This setting is only effective when using the Compatibility rendering method, not Forward+ and Mobile. + The minimum number of instances that must be present in a scene to enable culling computations on multiple threads. If a scene has fewer instances than this number, culling is done on a single thread.