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

#
# First add the big XY Plane
#

VIEW_ADD Planes_XY
VIEW_CAMERA_JOIN Main Planes_XY
VIEW_SET Planes_XY
VIEW_ORIENT LEFT Main
RENDERER_ENGINE Greyplane
RENDERER_MODE GREY
CAMERA_GEOMETRY XY
! generic/dataline/patient

VIEW_ADD Planes_XZ
VIEW_CAMERA_JOIN Main Planes_XZ
VIEW_SET Planes_XZ
RENDERER_ENGINE Greyplane
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 Greyplane
VIEW_ORIENT RIGHT Planes_XZ
RENDERER_MODE GREY
CAMERA_GEOMETRY YZ

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