From 5d4df9cbe49d0448056f0b7773fd6330f23027df Mon Sep 17 00:00:00 2001 From: Vladislav Belov Date: Mon, 9 Dec 2024 22:47:18 +0100 Subject: [PATCH] Enables GPU skinning by default. --- binaries/data/config/default.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 1e7ff25693..56be54d417 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -153,9 +153,8 @@ textures.quality = 2 ; (1, 2, 4, 8 and 16) textures.maxanisotropy = 2 -;;;;; EXPERIMENTAL ;;;;; -; Experimental probably-non-working GPU skinning support; requires GLSL; use at own risk -gpuskinning = false +; GPU skinning via compute shaders, requires up-to-date drivers +gpuskinning = true ; Use smooth LOS interpolation smoothlos = true