Changeset 5372


Ignore:
Timestamp:
Apr 30, 2015 3:58:31 AM (9 years ago)
Author:
ldelgass
Message:

Move isosurface shading parameter (currently unused) to volume tab

File:
1 edited

Legend:

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

    r5371 r5372  
    15951595    $inner configure -borderwidth 4
    15961596
    1597     set ::Rappture::NanovisViewer::_settings(-isosurfaceshading) 0
    1598     checkbutton $inner.isosurface \
    1599         -text "Isosurface shading" \
    1600         -variable [itcl::scope _settings(-isosurfaceshading)] \
    1601         -command [itcl::code $this AdjustSetting -isosurfaceshading] \
    1602         -font "Arial 9"
    1603 
    16041597    checkbutton $inner.axes \
    16051598        -text "Axes" \
     
    16701663        -text "Lighting / Material Properties" \
    16711664        -font "Arial 9 bold"
     1665
     1666    checkbutton $inner.isosurface -text "Isosurface shading" -font $fg \
     1667        -variable [itcl::scope _settings(-isosurfaceshading)] \
     1668        -command [itcl::code $this AdjustSetting -isosurfaceshading]
    16721669
    16731670    checkbutton $inner.light2side -text "Two-sided lighting" -font $fg \
Note: See TracChangeset for help on using the changeset viewer.