Ignore:
Timestamp:
Jul 17, 2014, 12:36:31 AM (10 years ago)
Author:
ldelgass
Message:

Set mesh back to opaque by default. Mesh viewer shows only boundary faces, so
there aren't any interior cells to be seen. User can still set opacity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/vtkmeshviewer.tcl

    r4512 r4523  
    190190        -polydataedges          0
    191191        -polydatalighting       1
    192         -polydataopacity        0.6
     192        -polydataopacity        1.0
    193193        -polydatavisible        1
    194194        -polydatawireframe      0
     
    207207    }
    208208    array set _widget {
    209         -polydataopacity        0.6
     209        -polydataopacity        1.0
    210210    }       
    211211    itk_component add view {
     
    17451745        -polydataedges 1
    17461746        -polydatalighting 1
    1747         -polydataopacity 0.6
     1747        -polydataopacity 1.0
    17481748        -polydatavisible 1
    17491749        -polydatawireframe 0
Note: See TracChangeset for help on using the changeset viewer.