1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-01 15:40:23 +02:00

Add more neighbors on mesh update (#6765)

This commit is contained in:
Vitaliy
2021-12-30 00:59:53 +03:00
committed by GitHub
parent 481bb90eac
commit 9b650b9efb
5 changed files with 49 additions and 68 deletions

View File

@ -475,6 +475,10 @@ connected_glass (Connect glass) bool false
# Disable for speed or for different looks.
smooth_lighting (Smooth lighting) bool true
# Enables tradeoffs that reduce CPU load or increase rendering performance
# at the expense of minor visual glitches that do not impact game playability.
performance_tradeoffs (Tradeoffs for performance) bool false
# Clouds are a client side effect.
enable_clouds (Clouds) bool true