1
0
Fork 0
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:
RealBadAngel 2013-04-25 02:39:21 +02:00 committed by kwolekr
parent e703c5b81f
commit 625a4c2e66
5 changed files with 135 additions and 2 deletions

View file

@ -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;