src/gl/common.h

changeset 46
98645c8e7704
parent 45
272c84c7c87e
child 48
3c10f0e2fbe0
--- a/src/gl/common.h	Sun Feb 02 00:58:59 2020 +0200
+++ b/src/gl/common.h	Thu Feb 06 20:33:05 2020 +0200
@@ -138,7 +138,8 @@
 		Normal,
 		Wireframe,
 		BfcRedGreen,
-		RandomColors
+		RandomColors,
+		PickScene
 	};
 
 	// These are also defined in shaders
@@ -148,6 +149,7 @@
 		BfcGreen = 1,
 		BfcRed = 2,
 		RandomColors = 3,
+		Id = 4,
 	};
 
 	// User options for rendering

mercurial