Procházet zdrojové kódy

Merge pull request #86246 from ecmjohnson/doc-threaded_cull_minimum_instances

Add description for rendering/limits/spatial_indexer/threaded_cull_minimum_instances
Yuri Sizov před 1 rokem
rodič
revize
1169b872c4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      doc/classes/ProjectSettings.xml

+ 1 - 0
doc/classes/ProjectSettings.xml

@@ -2551,6 +2551,7 @@
 			[b]Note:[/b] This setting is only effective when using the Compatibility rendering method, not Forward+ and Mobile.
 		</member>
 		<member name="rendering/limits/spatial_indexer/threaded_cull_minimum_instances" type="int" setter="" getter="" default="1000">
+			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.
 		</member>
 		<member name="rendering/limits/spatial_indexer/update_iterations_per_frame" type="int" setter="" getter="" default="10">
 		</member>