#
# NEED_PARMS onoff
#
# HELP: SYNOPSIS:
# HELP:     planeview/options/freeze2d
# HELP:
# HELP: DESCRIPTION:
# HELP:     freeze the 2D planes for faster 3D rendering.
#
VIEW_SET Planes_XZ
COLORIZE ${!!((int)$argv[1])*34}
FLAGS 1
VIEW_RENDER
VIEW_SET Planes_YZ
COLORIZE ${!!((int)$argv[1])*34}
FLAGS 1
VIEW_RENDER
VIEW_SET Planes_XY
COLORIZE ${!!((int)$argv[1])*34}
FLAGS 1
VIEW_RENDER

VIEW_SET Planes_XZ
DISP ${!!((int)$argv[1])*512}
VIEW_RENDER
VIEW_SET Planes_YZ
DISP ${!!((int)$argv[1])*512}
VIEW_RENDER
VIEW_SET Planes_XY
DISP ${!!((int)$argv[1])*512}
VIEW_RENDER
VIEW_SET Main
