User feedback for geometry actions

This commit is contained in:
brunoherbelin
2020-09-07 23:08:53 +02:00
parent 69b1f792ba
commit 2c52530a92
11 changed files with 5015 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ protected:
class Symbol : public Node
{
public:
typedef enum { POINT = 0, IMAGE, VIDEO, SESSION, CLONE, RENDER, DOTS, CIRCLES, LOCK, UNLOCK, EMPTY } Type;
typedef enum { POINT = 0, IMAGE, VIDEO, SESSION, CLONE, RENDER, DOTS, BUSY, LOCK, UNLOCK, CIRCLE, CLOCK, GRID, EMPTY } Type;
Symbol(Type t = POINT, glm::vec3 pos = glm::vec3(0.f));
~Symbol();