diff -r 272c84c7c87e -r 98645c8e7704 src/gl/common.h --- 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