Changeset 2734 for trunk


Ignore:
Timestamp:
Dec 14, 2011, 10:33:15 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/nanovisviewer.tcl

    r2733 r2734  
    927927        updatetransferfuncs
    928928    }
     929    foreach axis {x y z} {
     930        # Turn off cutplanes for all volumes
     931        SendCmd "cutplane state 0 $axis"
     932    }
    929933    set _buffering 0;                        # Turn off buffering.
    930934    # Actually write the commands to the server socket.  If it fails, we don't
Note: See TracChangeset for help on using the changeset viewer.