Ignore:
Timestamp:
Nov 12, 2013, 7:38:49 AM (11 years ago)
Author:
gah
Message:

revert to different colormap

File:
1 edited

Legend:

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

    r3990 r4042  
    25672567    set _cname2transferFunction($cname) [list $cmap $wmap]
    25682568    SendCmd [list colormap add $cname $cmap $wmap]
     2569
     2570    SendCmd [list colormap add grayscale { 0 0 0 0 1 1 1 1 } { 0 1 1 1 }]
    25692571}
    25702572
     
    25832585    set _cname2transferFunction($cname) [list $cmap $wmap]
    25842586    SendCmd [list colormap add $cname $cmap $wmap]
    2585     SendCmd [list cutplane colormap $cname]
     2587    #SendCmd [list cutplane colormap $cname]
     2588    SendCmd [list cutplane colormap grayscale]
    25862589    EventuallyRequestLegend
    25872590}
Note: See TracChangeset for help on using the changeset viewer.