- Timestamp:
- Apr 9, 2014, 11:39:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkglyphviewer.tcl
r4336 r4337 2134 2134 # Parse style string. 2135 2135 set tag $dataobj-$comp 2136 set fgColor $itk_option(-plotforeground)2137 2136 array set style { 2138 -color $fgColor2137 -color \#FFFFFF 2139 2138 -colormap BCGYR 2140 2139 -colorMode vmag … … 2154 2153 -wireframe 0 2155 2154 } 2155 set $style(-color) $itk_option(-plotforeground) 2156 2156 set numComponents [$dataobj numComponents $comp] 2157 2157 if {$numComponents == 3} {
Note: See TracChangeset
for help on using the changeset viewer.