Changeset 5514 for trunk


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

Use view settings to init widget settings

File:
1 edited

Legend:

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

    r5387 r5514  
    196196    set _reset 1
    197197
    198     array set _settings {
     198    array set _settings [subst {
    199199        -ambient                60
    200200        -axesvisible            1
     
    209209        -opacity                50
    210210        -outlinevisible         0
    211         -qw                     0.853553
    212         -qx                     -0.353553
    213         -qy                     0.353553
    214         -qz                     0.146447
     211        -qw                     $_view(-qw)
     212        -qx                     $_view(-qx)
     213        -qy                     $_view(-qy)
     214        -qz                     $_view(-qz)
    215215        -specularexponent       90
    216216        -specularlevel          30
     
    220220        -xcutplaneposition      50
    221221        -xcutplanevisible       1
    222         -xpan                   0
     222        -xpan                   $_view(-xpan)
    223223        -ycutplaneposition      50
    224224        -ycutplanevisible       1
    225         -ypan                   0
     225        -ypan                   $_view(-ypan)
    226226        -zcutplaneposition      50
    227227        -zcutplanevisible       1
    228         -zoom                   1.0
    229     }
     228        -zoom                   $_view(-zoom)
     229    }]
    230230
    231231    itk_component add 3dview {
Note: See TracChangeset for help on using the changeset viewer.