From 0d33fff8409706a6ef1360620129c333ee44cf24 Mon Sep 17 00:00:00 2001 From: MrPixel92 <35262174+MrPixel92@users.noreply.github.com> Date: Sat, 6 May 2023 14:57:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B2=20RayEngine.cfg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Иначе люто тормозит --- Applications/RayWalk.app/RayEngine.cfg | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Applications/RayWalk.app/RayEngine.cfg b/Applications/RayWalk.app/RayEngine.cfg index 0d11d9c0..72356dd6 100755 --- a/Applications/RayWalk.app/RayEngine.cfg +++ b/Applications/RayWalk.app/RayEngine.cfg @@ -1,28 +1,28 @@ { + tileWidth = 32, screenResolution = { - height = 50, - width = 160 + width = 110, + height = 45 }, shadingTransparencyMap = { - [12] = 0.50196078431373, - [6] = 1, - [13] = 0.4, [1] = 0.2, + [2] = 0.4, [3] = 0.6, + [4] = 0.8, + [5] = 1, + [6] = 1, [7] = 1, [8] = 0.8, - [4] = 0.8, [9] = 0.8, - [14] = 0.30196078431373, - [2] = 0.4, - [5] = 1, + [10] = 0.70196078431373, [11] = 0.6, - [10] = 0.70196078431373 + [12] = 0.50196078431373, + [13] = 0.4, + [14] = 0.30196078431373 }, - shadingDistance = 500, - shadingCascades = 8, + raycastQuality = 4.8953488372093, useSimpleRenderer = false, - tileWidth = 32, - raycastQuality = 6.4, - drawDistance = 1000 -} \ No newline at end of file + shadingCascades = 8, + drawDistance = 1000, + shadingDistance = 500 +}