- Timestamp:
- Jul 27, 2016, 1:30:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r6442 r6445 2631 2631 "glyphs" { 2632 2632 array set settings { 2633 -color white 2633 -color BCGYR 2634 -constcolor white 2634 2635 -edgecolor black 2635 2636 -edges 0 … … 2664 2665 } 2665 2666 SendCmd "outline add $tag" 2666 SendCmd "outline color [Color2RGB $settings(-co lor)] $tag"2667 SendCmd "outline color [Color2RGB $settings(-constcolor)] $tag" 2667 2668 SendCmd "outline visible $settings(-outline) $tag" 2668 2669 set _settings(glyphs-outline) $settings(-outline) … … 2672 2673 SendCmd "glyphs gscale $settings(-gscale) $tag" 2673 2674 SendCmd "glyphs wireframe $settings(-wireframe) $tag" 2674 SendCmd "glyphs color [Color2RGB $settings(-co lor)] $tag"2675 SendCmd "glyphs color [Color2RGB $settings(-constcolor)] $tag" 2675 2676 #SendCmd "glyphs colormode constant {} $tag" 2676 2677 # Omitting field name for gorient and smode commands … … 2834 2835 array set settings { 2835 2836 -cloudstyle "mesh" 2836 -color white 2837 -color BCGYR 2838 -constcolor white 2837 2839 -edgecolor black 2838 2840 -edges 1 … … 2847 2849 2848 2850 SendCmd "outline add $tag" 2849 SendCmd "outline color [Color2RGB $settings(-co lor)] $tag"2851 SendCmd "outline color [Color2RGB $settings(-constcolor)] $tag" 2850 2852 SendCmd "outline visible $settings(-outline) $tag" 2851 2853 set _settings(polydata-outline) $settings(-outline) … … 2857 2859 set _settings(polydata-edges) $settings(-edges) 2858 2860 SendCmd "polydata cloudstyle $settings(-cloudstyle) $tag" 2859 SendCmd "polydata color [Color2RGB $settings(-co lor)] $tag"2861 SendCmd "polydata color [Color2RGB $settings(-constcolor)] $tag" 2860 2862 #SendCmd "polydata colormode constant {} $tag" 2861 2863 SendCmd "polydata lighting $settings(-lighting) $tag"
Note: See TracChangeset
for help on using the changeset viewer.