There was an error while loading. Please reload this page.
1 parent e7514ae commit 00fbac9Copy full SHA for 00fbac9
1 file changed
src/Processing.h
@@ -1308,10 +1308,13 @@ static constexpr int LANDSCAPE = 2;
1308
static constexpr int SPAN = 0;
1309
1310
// Texture / image modes
1311
-static constexpr int IMAGE = 100;
1312
-static constexpr int NORMAL = 101;
1313
-static constexpr int CLAMP = 102;
1314
-static constexpr int REPEAT = 103;
+static constexpr int IMAGE = 2;
+static constexpr int NORMAL = 1;
+static constexpr int CLAMP = 0;
+static constexpr int REPEAT = 1;
1315
+static constexpr int MODEL = 4; // textMode
1316
+static constexpr int SHAPE = 5; // textMode
1317
+static constexpr int DIAMETER = 3; // synonym for CENTER in ellipseMode
1318
1319
// hint() flags
1320
static constexpr int ENABLE_DEPTH_TEST = 1;
0 commit comments