add progress bar to lightmap rendering

This commit is contained in:
2019-01-15 22:25:23 +01:00
parent c3220b5b15
commit f5c4aed4fd
8 changed files with 98 additions and 53 deletions

View File

@@ -9,6 +9,9 @@
#include "node_button.h"
#include "shape.h"
#include "image.h"
#define NANORT_USE_CPP11_FEATURE
#define NANORT_ENABLE_PARALLEL_BUILD
#include "nanort.h"
class NodePanelGrid : public Node