#
# HELP: SYNOPSIS:
# HELP:     colotux/default/windowsetup2d
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set up the standard colotux 2d windows
#

#
# First add the big XY Plane
#

VIEW_ADD XY_Big
VIEW_CAMERA_JOIN Main XY_Big
VIEW_SET XY_Big
RENDERER_ENGINE Greyplane12
RENDERER_MODE GREY
CAMERA_GEOMETRY XY
VIEW_SIZEX ${$root.vol[current].size.x}
VIEW_SIZEY ${$root.vol[current].size.y}
! colotux/default/planesetup
RENDERER_FLAGS 0
ZOOM 1
! generic/dataline/patient


#
# Now the three small ones
#

VIEW_ADD Planes_XY
VIEW_CAMERA_JOIN Main Planes_XY
VIEW_SET Planes_XY
RENDERER_ENGINE Greyplane12
VIEW_ORIENT Right XY_Big
RENDERER_MODE GREY
CAMERA_GEOMETRY XY

VIEW_ADD Planes_XZ
VIEW_CAMERA_JOIN Main Planes_XZ
VIEW_SET Planes_XZ
RENDERER_ENGINE Greyplane12
VIEW_ORIENT BELOW Planes_XY
RENDERER_MODE GREY
CAMERA_GEOMETRY XZ

VIEW_ADD Planes_YZ
VIEW_CAMERA_JOIN Main Planes_YZ
VIEW_SET Planes_YZ
RENDERER_ENGINE Greyplane12
VIEW_ORIENT RIGHT Planes_XZ
RENDERER_MODE GREY
CAMERA_GEOMETRY YZ

#
# Kill off the markers tracking the 2D Screens
#
MARKER_DEL XY_Big
MARKER_DEL Planes_XY
MARKER_DEL Planes_XZ
MARKER_DEL Planes_YZ
