1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

Zebra patterns for some of the new geometries

This commit is contained in:
Zeno Rogue
2017-11-03 19:20:54 +01:00
parent 09681324d0
commit 8498ae7af8
5 changed files with 62 additions and 12 deletions

View File

@@ -1827,6 +1827,7 @@ struct qpoly {
int cnt;
int outline;
double minwidth;
int flags;
};
struct qline {
@@ -2096,3 +2097,7 @@ const char *dnameof(eWall w);
const char *dnameof(eItem i);
void runGeometryExperiments();
// z to close to this limit => do not draw
#define BEHIND_LIMIT 1e-6