mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add optional framed glasslike drawtype
This commit is contained in:
parent
e9c9b66ae9
commit
f48f686930
9 changed files with 37 additions and 14 deletions
|
@ -794,6 +794,10 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
|
|||
collector.append(tile, vertices, 4, indices, 6);
|
||||
}
|
||||
break;}
|
||||
case NDT_GLASSLIKE_FRAMED_OPTIONAL:
|
||||
// This is always pre-converted to something else
|
||||
assert(0);
|
||||
break;
|
||||
case NDT_GLASSLIKE_FRAMED:
|
||||
{
|
||||
static const v3s16 dirs[6] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue