Changeset 4559 for trunk


Ignore:
Timestamp:
Jul 17, 2014, 10:25:28 PM (10 years ago)
Author:
ldelgass
Message:

Sync fixes

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r4509 r4559  
    149149    private variable _parsedFunction
    150150    private variable _transferFunctionEditors
    151     private variable  _settings
     151    private variable _settings
    152152    private variable _first "" ;        # This is the topmost volume.
    153153    private variable _current "";       # Currently selected component
     
    219219
    220220    array set _settings {
    221         -background             black
    222221        -ambient                60
    223222        -axesvisible            1
     223        -background             black
    224224        -colormap               default
    225225        -cutplanesvisible       0
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r4454 r4559  
    259259        -volumelighting                 1
    260260        -volumeopacity                  50
    261         -volumeoutline                  0
    262261        -volumeoutline                  0
    263262        -volumequality                  80
Note: See TracChangeset for help on using the changeset viewer.