#
# NEED_PARMS onoff
#
# HELP: SYNOPSIS:
# HELP:     planeview/options/interpolate
# HELP:
# HELP: DESCRIPTION:
# HELP:     toggles interpolation of 2D views
#
DECLARE string $newmode
CECHO ${$newmode="GREY"}
{ ISONE ${$argv[1]=="1"}
  CECHO ${$newmode="IGREY"}
} ISONE 0 0

VIEW_SET Planes_XZ
RENDERER_MODE ${$newmode}

VIEW_SET Planes_YZ
RENDERER_MODE ${$newmode}

VIEW_SET Planes_XY
RENDERER_MODE ${$newmode}

VIEW_SET Main
