Skip to content

Commit

Permalink
Merge pull request #86246 from ecmjohnson/doc-threaded_cull_minimum_i…
Browse files Browse the repository at this point in the history
…nstances

Add description for rendering/limits/spatial_indexer/threaded_cull_minimum_instances
  • Loading branch information
YuriSizov committed Jan 17, 2024
2 parents d92d8a4 + 498f460 commit 1169b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/ProjectSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1169b87

Please sign in to comment.