Add debug option to display picking pass to screen

This commit is contained in:
BeldrothTheGold 2019-06-15 19:10:14 -06:00
parent 2f806dedc7
commit d818d1b429
3 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,8 @@
#define ENABLE_RENDER_STATISTICS 0
// Shows an imgui dialog with camera related data
#define ENABLE_CAMERA_STATISTICS 0
// Render the picking pass instead of the main scene
#define ENABLE_RENDER_PICKING_PASS 0
//====================