- Timestamp:
- Jul 29, 2016, 3:16:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtksurfaceviewer.tcl
r6379 r6454 1883 1883 array set style { 1884 1884 -color BCGYR 1885 -constcolor white 1885 1886 -edgecolor black 1886 1887 -edges 0 … … 1955 1956 SendCmd "polydata edges $style(-edges) $tag" 1956 1957 set _settings(-surfaceedges) $style(-edges) 1957 #SendCmd "polydata color [Color2RGB $settings(-color)] $tag"1958 SendCmd "polydata color [Color2RGB $settings(-constcolor)] $tag" 1958 1959 SendCmd "polydata lighting $style(-lighting) $tag" 1959 1960 set _settings(-surfacelighting) $style(-lighting) … … 2254 2255 itcl::body Rappture::VtkSurfaceViewer::SetCurrentColormap { name } { 2255 2256 # Keep track of the colormaps that we build. 2256 if { ![info exists _colormaps($name)] } {2257 if { $name != "none" && ![info exists _colormaps($name)] } { 2257 2258 BuildColormap $name 2258 2259 set _colormaps($name) 1
Note: See TracChangeset
for help on using the changeset viewer.