diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-04-22 19:35:57 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-04-22 19:35:57 (GMT) |
commit | dc10ce4e03c74c45a8653781ae449f39414ac36c (patch) | |
tree | 31c3b4a069f9e1823655d8d5db96caad6b232163 /tksao | |
parent | b195c291bad9f664e91ed5458ca45561c67874a5 (diff) | |
download | blt-dc10ce4e03c74c45a8653781ae449f39414ac36c.zip blt-dc10ce4e03c74c45a8653781ae449f39414ac36c.tar.gz blt-dc10ce4e03c74c45a8653781ae449f39414ac36c.tar.bz2 |
full rotate and colormap render
Diffstat (limited to 'tksao')
-rw-r--r-- | tksao/frame/frame.C | 3 | ||||
-rw-r--r-- | tksao/frame/frcommand.C | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tksao/frame/frame.C b/tksao/frame/frame.C index 26efed4..e37276d 100644 --- a/tksao/frame/frame.C +++ b/tksao/frame/frame.C @@ -549,7 +549,8 @@ void Frame::colormapCmd(int id, float b, float c, int i, } // *** waj *** -#ifndef MAC_OSX_TK +//#ifndef MAC_OSX_TK +#if 0 void Frame::colormapBeginCmd() { // we need a colorScale before we can render diff --git a/tksao/frame/frcommand.C b/tksao/frame/frcommand.C index 62d5c96..d17fa01 100644 --- a/tksao/frame/frcommand.C +++ b/tksao/frame/frcommand.C @@ -355,7 +355,8 @@ void FrameBase::panEndCmd(const Vector& vv) } // *** waj *** -#ifndef MAC_OSX_TK +//#ifndef MAC_OSX_TK +#if 0 void FrameBase::rotateBeginCmd() { // save the current rotation |