From 75320e7e88ab5088a46c9e42c1e789cbdacb13b0 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 15 Oct 2017 10:34:14 +0300 Subject: Real global textures (#6105) * Real global textures * Add world-aligned textures * Update minimal to support world-aligned tiles * Update minimal --- src/util/directiontables.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/util/directiontables.cpp') diff --git a/src/util/directiontables.cpp b/src/util/directiontables.cpp index 587b0caf7..d700355bc 100644 --- a/src/util/directiontables.cpp +++ b/src/util/directiontables.cpp @@ -110,3 +110,11 @@ const v3s16 g_27dirs[27] = v3s16(0,0,0), }; +constexpr u8 wallmounted_to_facedir[6] = { + 20, + 0, + 16 + 1, + 12 + 3, + 8, + 4 + 2 +}; -- cgit v1.2.3