mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Real global textures (#6105)
* Real global textures * Add world-aligned textures * Update minimal to support world-aligned tiles * Update minimal
This commit is contained in:
parent
6bab695479
commit
75320e7e88
26 changed files with 469 additions and 160 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue