1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17:39 +00:00

generate 'printable' models or not

This commit is contained in:
Zeno Rogue
2020-04-15 16:21:02 +02:00
parent 3e8d00f097
commit 2fb865346d
3 changed files with 51 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ static const int POLY_ALWAYS_IN = (1<<21); // always draw this
static const int POLY_TRIANGLES = (1<<22); // made of TRIANGLES, not TRIANGLE_FAN
static const int POLY_INTENSE = (1<<23); // extra intense colors
static const int POLY_DEBUG = (1<<24); // debug this shape
static const int POLY_PRINTABLE = (1<<25); // these walls are printable
/** \brief A graphical element that can be drawn. Objects are not drawn immediately but rather queued.
*