Ignore:
Timestamp:
Sep 20, 2012 12:46:32 PM (12 years ago)
Author:
ldelgass
Message:

sync with trunk

Location:
branches/nanovis2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nanovis2

  • branches/nanovis2/gui/scripts/vtkvolumeviewer.tcl

    r2792 r3175  
    222222    # Initialize the view to some default parameters.
    223223    array set _view {
    224         qw              1
    225         qx              0
    226         qy              0
    227         qz              0
     224        qw              0.853553
     225        qx              -0.353553
     226        qy              0.353553
     227        qz              0.146447
    228228        zoom            1.0
    229229        xpan            0
     
    11851185        "reset" {
    11861186            array set _view {
    1187                 qw      1
    1188                 qx      0
    1189                 qy      0
    1190                 qz      0
     1187                qw      0.853553
     1188                qx      -0.353553
     1189                qy      0.353553
     1190                qz      0.146447
    11911191                zoom    1.0
    11921192                xpan   0
Note: See TracChangeset for help on using the changeset viewer.