Merge pull request #86246 from ecmjohnson/doc-threaded_cull_minimum_instances

Add description for rendering/limits/spatial_indexer/threaded_cull_minimum_instances
This commit is contained in:
Yuri Sizov 2024-01-17 18:52:40 +01:00
commit 1169b872c4

View file

@ -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>