Hyperweb is 3D, but RogueViz is 4D

This commit is contained in:
Zeno Rogue 2019-09-13 17:46:07 +02:00
parent c10842cce0
commit d0955c20ac
1 changed files with 6 additions and 1 deletions

View File

@ -14,9 +14,14 @@
#define CAP_INV 0
#define CAP_URL 1
#define GLES_ONLY
#define MAXMDIM 3
#define CAP_COMPLEX2 0
#if CAP_ROGUEVIZ
#define MAXMDIM 4
#else
#define MAXMDIM 3
#endif
// we want newconformist, but we don't want CAP_GD there
#define CAP_NCONF 1
#define CAP_GD 0