Changeset 5515 for branches/1.4


Ignore:
Timestamp:
May 14, 2015 3:49:41 PM (9 years ago)
Author:
ldelgass
Message:

merge r5514 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5514
  • branches/1.4/gui/scripts/nanovisviewer.tcl

    r5448 r5515  
    196196    set _reset 1
    197197
    198     array set _settings {
     198    array set _settings [subst {
    199199        -axesvisible            1
    200200        -background             black
     
    208208        -opacity                50
    209209        -outlinevisible         0
    210         -qw                     0.853553
    211         -qx                     -0.353553
    212         -qy                     0.353553
    213         -qz                     0.146447
     210        -qw                     $_view(-qw)
     211        -qx                     $_view(-qx)
     212        -qy                     $_view(-qy)
     213        -qz                     $_view(-qz)
    214214        -thickness              350
    215215        -volume                 1
     
    217217        -xcutplaneposition      50
    218218        -xcutplanevisible       1
    219         -xpan                   0
     219        -xpan                   $_view(-xpan)
    220220        -ycutplaneposition      50
    221221        -ycutplanevisible       1
    222         -ypan                   0
     222        -ypan                   $_view(-ypan)
    223223        -zcutplaneposition      50
    224224        -zcutplanevisible       1
    225         -zoom                   1.0
    226     }
     225        -zoom                   $_view(-zoom)
     226    }]
    227227
    228228    itk_component add 3dview {
Note: See TracChangeset for help on using the changeset viewer.