Changeset 2414 for trunk/gui


Ignore:
Timestamp:
Aug 25, 2011, 7:57:16 PM (13 years ago)
Author:
ldelgass
Message:

Opacity slider uses 0-100 scale, so set initial _setting opacity to 100 instead
of 1 so that slider is initialized to fully opaque.

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r2405 r2414  
    192192        $this-psi               $_view(psi)
    193193        $this-theta             $_view(theta)
    194         $this-opacity           1
     194        $this-opacity           100
    195195        $this-axes              1
    196196        $this-legend            1
  • trunk/gui/scripts/vtkviewer.tcl

    r2405 r2414  
    187187        $this-edges             1
    188188        $this-lighting          1
    189         $this-opacity           1
     189        $this-opacity           100
    190190        $this-volume            1
    191191        $this-wireframe         0
Note: See TracChangeset for help on using the changeset viewer.