Ignore:
Timestamp:
Jul 7, 2009 3:51:50 PM (15 years ago)
Author:
gah
Message:

add transparency to heightmap

File:
1 edited

Legend:

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

    r1543 r1545  
    207207        $this-zoom              $_view(zoom)
    208208    }]
     209
     210    itk_component add 3dview {
     211        label $itk_component(plotarea).vol -image $_image(plot) \
     212            -highlightthickness 0 -borderwidth 0
     213    } {
     214        usual
     215        ignore -highlightthickness -borderwidth  -background
     216    }
    209217
    210218    set f [$itk_component(main) component controls]
Note: See TracChangeset for help on using the changeset viewer.