diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-12-14 20:33:31 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-12-14 20:33:31 +0000 |
| commit | 75094cedeb1910d8a7cdb86ac56617af25f21a54 (patch) | |
| tree | 91fcce44b20d1643a97cd1d3d67179fa5a869018 /gui/src/chainImage.cpp | |
| parent | b81a1e4b77ad82315b84dd5eb1a76d80a544bcdd (diff) | |
correct path drawing
Diffstat (limited to 'gui/src/chainImage.cpp')
| -rw-r--r-- | gui/src/chainImage.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/src/chainImage.cpp b/gui/src/chainImage.cpp index 1f130ae..5a24c7b 100644 --- a/gui/src/chainImage.cpp +++ b/gui/src/chainImage.cpp @@ -81,6 +81,11 @@ void chainImage::gpu_drawImage(){ */ } +//rotation could be a lot smoother +//atm we only do horizontal rotation splines +//movement is a bit jerky +//could it be possible to visualise the path? + void chainImage::updateRotationTimeline(){ rotationTimeline.clear(); |
