vr brush preview and pen gestures (pick and size)

This commit is contained in:
2018-10-30 00:37:46 +01:00
parent a64e2fa8fb
commit 3b73e84fe9
5 changed files with 74 additions and 19 deletions

View File

@@ -38,6 +38,7 @@ public:
class CanvasModePen : public CanvasMode
{
friend class App;
bool m_draw_tip = false;
bool m_dragging = false;
glm::vec2 m_pan_start;