#
# HELP: SYNOPSIS:
# HELP:     angiotux2d/default/windowinit
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set up the standard angiotux2d window parameters 
#

#
# Alloc the depth and classfields right from the start.
#
! generic/multivol/forallvol generic/convert/allocall

#
# Set up initial sizing
#
# FIXME - single plane autosize.

VIEW_SET Main
VIEW_RENDER
VIEW_SETPOS 0 60
VIEW_SIZE 512 512
ZOOM 1
VIEW_RENDER
USLEEP 500000
VIEW_REORIENT
VIEW_RENDER  

#
# Make the primary view current.
#
VIEW_SET Main

#
# Make sure the volume list is sorted.
#
! generic/multivol/sortvol
