mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add new drawtype GLASSLIKE_FRAMED
This commit is contained in:
parent
e703c5b81f
commit
625a4c2e66
5 changed files with 135 additions and 2 deletions
|
@ -133,6 +133,8 @@ enum NodeDrawType
|
|||
NDT_LIQUID, // Do not draw face towards same kind of flowing/source liquid
|
||||
NDT_FLOWINGLIQUID, // A very special kind of thing
|
||||
NDT_GLASSLIKE, // Glass-like, don't draw faces towards other glass
|
||||
NDT_GLASSLIKE_FRAMED, // Glass-like, draw connected frames and all all visible faces
|
||||
// uses 2 textures, one for frames, second for faces
|
||||
NDT_ALLFACES, // Leaves-like, draw all faces no matter what
|
||||
NDT_ALLFACES_OPTIONAL, // Fancy -> allfaces, fast -> normal
|
||||
NDT_TORCHLIKE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue