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:
5
hyper.h
5
hyper.h
@@ -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
|
||||
|
Reference in New Issue
Block a user