mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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
|
@ -628,6 +628,10 @@ public:
|
|||
f->solidness = 0;
|
||||
f->visual_solidness = 1;
|
||||
break;
|
||||
case NDT_GLASSLIKE_FRAMED:
|
||||
f->solidness = 0;
|
||||
f->visual_solidness = 1;
|
||||
break;
|
||||
case NDT_ALLFACES:
|
||||
f->solidness = 0;
|
||||
f->visual_solidness = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue