diff options
| author | Wuzzy <Wuzzy@disroot.org> | 2022-11-24 23:56:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 17:56:07 -0500 |
| commit | 3c7f26d93721d8d86ca5d9e894e8652b1e2a8672 (patch) | |
| tree | 7f5713d792f48edc51332c90798f17647624c98a /src/util/directiontables.h | |
| parent | 1c10988d6a19b06ac9c64e83675a76dea29cad2e (diff) | |
| download | minetest-3c7f26d93721d8d86ca5d9e894e8652b1e2a8672.tar.xz | |
Add support for attached facedir/4dir nodes (#11432)
Diffstat (limited to 'src/util/directiontables.h')
| -rw-r--r-- | src/util/directiontables.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/directiontables.h b/src/util/directiontables.h index ef00e3bfe..3883a6e37 100644 --- a/src/util/directiontables.h +++ b/src/util/directiontables.h @@ -33,6 +33,12 @@ extern const v3s16 g_27dirs[27]; extern const u8 wallmounted_to_facedir[6]; +extern const v3s16 wallmounted_dirs[8]; + +extern const v3s16 facedir_dirs[32]; + +extern const v3s16 fourdir_dirs[4]; + /// Direction in the 6D format. g_27dirs contains corresponding vectors. /// Here P means Positive, N stands for Negative. enum Direction6D { |
