mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-03 08:45:25 +01:00
Introduce array textures for node rendering (#16574)
This commit is contained in:
@@ -2057,6 +2057,10 @@ world_aligned_mode (World-aligned textures mode) enum enable disable,enable,forc
|
||||
# Warning: This option is EXPERIMENTAL!
|
||||
autoscale_mode (Autoscaling mode) enum disable disable,enable,force
|
||||
|
||||
# Caps the maximum number of layers used with array textures (if supported).
|
||||
# This is only useful for debugging.
|
||||
array_texture_max (Array texture max layers) int 65535 0 65535
|
||||
|
||||
# When using bilinear/trilinear filtering, low-resolution textures
|
||||
# can be blurred, so this option automatically upscales them to preserve
|
||||
# crisp pixels. This defines the minimum texture size for the upscaled textures;
|
||||
|
||||
Reference in New Issue
Block a user