pattern offset, invert and flip(xy)

This commit is contained in:
2019-02-20 14:57:11 +01:00
parent 033c39aef5
commit 16eb9de358
12 changed files with 68 additions and 12 deletions

View File

@@ -157,6 +157,7 @@ class NodePanelBrushPreset : public Node
float m_pattern_scale = .25f;
float m_pattern_brightness = 0.5f;
float m_pattern_contrast = 0.5f;
bool m_pattern_rand_offset = false;
};
public:
std::function<void(Node* target, std::shared_ptr<Brush>& brush)> on_brush_changed;