add stencil alpha control to ui

This commit is contained in:
2017-10-20 10:26:08 +01:00
parent 283e4e2b5c
commit 856628162a
7 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ public:
float m_tip_flow = 0;
float m_tip_opacity = 0;
float m_tip_angle = 0;
float m_tip_stencil = 0;
bool m_tip_angle_follow = false;
bool m_tip_flow_pressure = false;
bool m_tip_size_pressure = false;