diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-09-02 16:57:22 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-09-02 16:57:22 +0100 |
| commit | fa5fc1eeaf7925024575f7154be1684534a62071 (patch) | |
| tree | b35d03c8bc5409089573c03b52379954b76f5b30 /gui/src/chainImageSet.h | |
| parent | 83dc7e8a919a82c3f4fb3e155e08f258efec974f (diff) | |
version for rarn vid
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index cc7550a..7df4767 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -23,6 +23,7 @@ class chainImageSet{ dragRotate=0.0f; dragPoint=ofPoint(0,0); zoomMultiplier=1.0f; + startGamma=1.0f; } chainImageSet(const chainImageSet& mom){ chainImageSet(); @@ -62,6 +63,7 @@ class chainImageSet{ float dragRotate; float fitFactor; float zoomMultiplier; + float startGamma; std::string filename; |
