Changeset 5503 for branches/1.3


Ignore:
Timestamp:
May 12, 2015 4:10:32 PM (9 years ago)
Author:
ldelgass
Message:

Sync glyph viewer with trunk: enables new settings controls

Location:
branches/1.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/scripts/nanovisviewer.tcl

    r5502 r5503  
    209209        -thickness              350
    210210        -volume                 1
    211         -xcutplaneposition      0
     211        -xcutplaneposition      50
    212212        -xcutplanevisible       0
    213213        -xpan                   $_view(-xpan)
    214         -ycutplaneposition      0
     214        -ycutplaneposition      50
    215215        -ycutplanevisible       0
    216216        -ypan                   $_view(-ypan)
    217         -zcutplaneposition      0
     217        -zcutplaneposition      50
    218218        -zcutplanevisible       0
    219219        -zoom                   $_view(-zoom)
  • branches/1.3/gui/scripts/vtkglyphviewer.tcl

    r5436 r5503  
    10371037        InitSettings \
    10381038            -field \
    1039             -glyphedges -glyphlighting -glyphopacity \
    1040             -glyphwireframe
     1039            -glyphedges -glyphlighting -glyphnormscale -glyphopacity \
     1040            -glyphorient -glyphscale -glyphscalemode -glyphshape -glyphwireframe
    10411041
    10421042        #-cutplanexposition -cutplaneyposition -cutplanezposition \
     
    17401740
    17411741    blt::table $inner \
    1742         0,0 $inner.field_l      -anchor w -pady 2  \
    1743         0,1 $inner.field        -anchor w -pady 2  -fill x \
    1744         1,0 $inner.colormap_l   -anchor w -pady 2  \
    1745         1,1 $inner.colormap     -anchor w -pady 2  -fill x \
     1742        0,0 $inner.field_l      -anchor w -pady 2 \
     1743        0,1 $inner.field        -anchor w -pady 2 -fill x \
     1744        1,0 $inner.colormap_l   -anchor w -pady 2 \
     1745        1,1 $inner.colormap     -anchor w -pady 2 -fill x \
     1746        2,0 $inner.gshape_l     -anchor w -pady 2 \
     1747        2,1 $inner.gshape       -anchor w -pady 2 -fill x \
    17461748        3,0 $inner.background_l -anchor w -pady 2 \
    1747         3,1 $inner.background   -anchor w -pady 2  -fill x \
    1748         5,0 $inner.wireframe    -anchor w -pady 2 -cspan 2 \
    1749         6,0 $inner.lighting     -anchor w -pady 2 -cspan 2 \
    1750         7,0 $inner.edges        -anchor w -pady 2 -cspan 2 \
    1751         8,0 $inner.outline      -anchor w -pady 2 -cspan 2 \
    1752         9,0 $inner.legend       -anchor w -pady 2 \
    1753         10,0 $inner.opacity_l   -anchor w -pady 2 \
    1754         10,1 $inner.opacity     -fill x   -pady 2 -fill x \
     1749        3,1 $inner.background   -anchor w -pady 2 -fill x \
     1750        4,0 $inner.scaleMode_l  -anchor w -pady 2 \
     1751        4,1 $inner.scaleMode    -anchor w -pady 2 -fill x \
     1752        5,0 $inner.gscale_l     -anchor w -pady 2 \
     1753        5,1 $inner.gscale       -anchor w -pady 2  -fill x \
     1754        6,0 $inner.normscale    -anchor w -pady 2 -cspan 2 \
     1755        7,0 $inner.gorient      -anchor w -pady 2 -cspan 2 \
     1756        8,0 $inner.wireframe    -anchor w -pady 2 -cspan 2 \
     1757        9,0 $inner.lighting     -anchor w -pady 2 -cspan 2 \
     1758        10,0 $inner.edges        -anchor w -pady 2 -cspan 2 \
     1759        11,0 $inner.outline      -anchor w -pady 2 -cspan 2 \
     1760        12,0 $inner.legend       -anchor w -pady 2 \
     1761        13,0 $inner.opacity_l   -anchor w -pady 2 \
     1762        13,1 $inner.opacity     -fill x   -pady 2 -fill x \
    17551763
    17561764    blt::table configure $inner r* c* -resize none
    1757     blt::table configure $inner r11 c1 -resize expand
     1765    blt::table configure $inner r14 c1 -resize expand
    17581766}
    17591767
     
    21552163        -ptsize 1.0
    21562164        -quality 1
    2157         -scalemode "vmag"
    2158         -shape "arrow"
     2165        -scalemode vmag
     2166        -shape arrow
    21592167        -wireframe 0
    21602168    }
Note: See TracChangeset for help on using the changeset viewer.