diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-27 16:34:53 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-27 16:34:53 +0100 |
| commit | 4d3ec3d2ef37102e5b233704deb4cd7af727e1a3 (patch) | |
| tree | c5cd84a3dca801dc13c6ad2667f2c80090dd4cde /gui/src/chainImage.h | |
| parent | 3426aeebba3ec51e6b6bf7e1f0de947c97f97a36 (diff) | |
moving images with no glitches
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index 984b0d6..f391db8 100644 --- a/gui/src/chainImage.h +++ b/gui/src/chainImage.h @@ -47,6 +47,9 @@ class chainImage : public ofImage{ ofVec3f getTransform(); float getScale(); float getRotation(); + ofPoint getLinkPos(); + float getLinkRot(); + float getLinkScale(); void updateRotationTimeline(); @@ -64,8 +67,12 @@ class chainImage : public ofImage{ chainImage *linked; ofPoint linkPos; + ofPoint dragPos; float linkScale; + float dragScale; float linkRot; + float dragRot; + std::string filename; float transition; |
