From 4f3c4ebbe71d229b410f7a10f763272b3e900c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sat, 22 Sep 2018 13:19:33 +0200 Subject: [PATCH] Add option --- demo2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo2.cpp b/demo2.cpp index fa5f5e4..1326a3c 100644 --- a/demo2.cpp +++ b/demo2.cpp @@ -40,6 +40,9 @@ #define FLOOR_TEXTURE_SCALE 2 /* ^ Scales the floor texture if RCL_COMPUTE_FLOOR_TEXCOORDS is on. */ +//#define RCL_ACCURATE_WALL_TEXTURING 1 + /* ^ This turns on extra accurate wall texturing, but is noticable slower. */ + //#define HEAD_BOB /* ^ Turns on head bobbing. */