;;;
;;; 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 "Demo: color=temp"
data map vscalar temp
data map frame demo.hdf:/coil/frame20
data load

draw solid

window open polyview "Demo: color=x"
data map vscalar px
data map frame demo.hdf:/coil/frame20
data load

draw solid
