Added imgui debug dialog for camera statistics

This commit is contained in:
Enrico Turri 2019-05-20 09:39:57 +02:00
parent c5e4ada75b
commit 783a527109
4 changed files with 36 additions and 1 deletions

View file

@ -13,6 +13,8 @@
#define ENABLE_RENDER_SELECTION_CENTER 0
// Shows an imgui dialog with render related data
#define ENABLE_RENDER_STATISTICS 0
// Shows an imgui dialog with camera related data
#define ENABLE_CAMERA_STATISTICS 1
//====================