diff options
author | lhofhansl <larsh@apache.org> | 2023-02-08 13:42:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 13:42:12 -0800 |
commit | d3a6ee00e63cc0a4adcaa7598ad5614f1e419515 (patch) | |
tree | ab82ef6f25fe7f314c0065334f7c9c4d56f65426 /src/util/directiontables.h | |
parent | 56d2567b5dcf9556cef8352032cede48a5610801 (diff) | |
download | minetest-d3a6ee00e63cc0a4adcaa7598ad5614f1e419515.tar.xz |
Generalize mesh chunking, and make it configurable. (#13179)
* Generalize mesh chunking. Set 3x3x3 chunks.
* Make mesh chunk size configurable... Default to 1 (off).
* Extract all mesh grid maths into a dedicated class
---------
Co-authored-by: x2048 <codeforsmile@gmail.com>
Diffstat (limited to 'src/util/directiontables.h')
-rw-r--r-- | src/util/directiontables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/directiontables.h b/src/util/directiontables.h index 7cdcebaa4..3883a6e37 100644 --- a/src/util/directiontables.h +++ b/src/util/directiontables.h @@ -31,9 +31,6 @@ extern const v3s16 g_26dirs[26]; // 26th is (0,0,0) extern const v3s16 g_27dirs[27]; -// all positions around an octablock in sector-first order -extern const v3s16 g_64dirs[64]; - extern const u8 wallmounted_to_facedir[6]; extern const v3s16 wallmounted_dirs[8]; |