1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add firelike drawtype

This commit is contained in:
TriBlade9 2014-09-20 07:37:40 +08:00 committed by ShadowNinja
parent b5a6bf2068
commit 9a685a4f2e
6 changed files with 169 additions and 1 deletions

View file

@ -149,6 +149,7 @@ enum NodeDrawType
NDT_GLASSLIKE_FRAMED, // Glass-like, draw connected frames and all all
// visible faces
// uses 2 textures, one for frames, second for faces
NDT_FIRELIKE, // Draw faces slightly rotated and only on connecting nodes
};
#define CF_SPECIAL_COUNT 6