deactivate timeline
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
glm::vec2 m_tip_scale = { 1.f, 1.f };
|
||||
glm::vec2 m_dual_scale = { 1.f, 1.f };
|
||||
float m_tip_size = 50;
|
||||
float m_tip_spacing = .25;
|
||||
float m_tip_spacing = .05;
|
||||
float m_tip_flow = 1.f;
|
||||
float m_tip_opacity = 1.f;
|
||||
float m_tip_angle = 0;
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
bool m_tip_angle_follow = false;
|
||||
bool m_tip_flow_pressure = false;
|
||||
bool m_tip_opacity_pressure = false;
|
||||
bool m_tip_size_pressure = false;
|
||||
bool m_tip_size_pressure = true;
|
||||
float m_jitter_scale = 0;
|
||||
float m_jitter_angle = 0;
|
||||
float m_jitter_scatter = 0;
|
||||
|
||||
Reference in New Issue
Block a user