;;;
;;; DEMO Initialization File
;;;
;;; Purpose
;;; Opens a window and loads the demo.hdf Vset for viewing in it.

; Open the window and load one frame of the demonstration dataset into it
window open polyview "Demonstration"
draw faces

data color px
data file demo.hdf
data frame /coil/frame20
data load
