mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Allow to disable transparency sorting entirely (#15101)
This commit is contained in:
parent
0c4f03d9a5
commit
f23d7459b3
2 changed files with 15 additions and 8 deletions
|
@ -1854,8 +1854,9 @@ shader_path (Shader path) path
|
|||
# OpenGL is the default for desktop, and OGLES2 for Android.
|
||||
video_driver (Video driver) enum ,opengl,opengl3,ogles2
|
||||
|
||||
# Distance in nodes at which transparency depth sorting is enabled
|
||||
# Use this to limit the performance impact of transparency depth sorting
|
||||
# Distance in nodes at which transparency depth sorting is enabled.
|
||||
# Use this to limit the performance impact of transparency depth sorting.
|
||||
# Set to 0 to disable it entirely.
|
||||
transparency_sorting_distance (Transparency Sorting Distance) int 16 0 128
|
||||
|
||||
# Radius of cloud area stated in number of 64 node cloud squares.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue