Changeset 2792 for trunk/gui/scripts/vtkheightmapviewer.tcl
- Timestamp:
- Feb 28, 2012, 9:56:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkheightmapviewer.tcl
r2786 r2792 15 15 package require BLT 16 16 #package require Img 17 package require vtk18 17 19 18 option add *VtkHeightmapViewer.width 4i widgetDefault … … 167 166 # ---------------------------------------------------------------------- 168 167 itcl::body Rappture::VtkHeightmapViewer::constructor {hostlist args} { 168 package require vtk 169 169 set _serverType "vtkvis" 170 170
Note: See TracChangeset
for help on using the changeset viewer.