From 628e0e68433afc91bfc7ffe29d3aa75d4571d0da Mon Sep 17 00:00:00 2001 From: Acumen Date: Sun, 17 Oct 2004 21:24:21 +0000 Subject: [PATCH] Added and documented Matt's lodbias variable. This was SVN commit r1255. --- binaries/data/config/system.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/binaries/data/config/system.cfg b/binaries/data/config/system.cfg index 035e3ea72e..116e36b04a 100755 --- a/binaries/data/config/system.cfg +++ b/binaries/data/config/system.cfg @@ -20,6 +20,11 @@ novbo=true shadows=true vsync=false +; Adjusts how OpenGL calculates mipmap level of detail. 0.0f is the default (blurry) value. +; Lower values sharpen/extend, and higher values blur/decrease. Clamped at -3.0 to 3.0. +; -1.0 to -1.5 recommended for good results. +lodbias = -1.0 + ; Language selection: (currently "english" or "pseudogreek") language=english