#
# NEED_PARMS onoff
#
# HELP: SYNOPSIS:
# HELP:     planeview/options/noaccel onoff
# HELP:
# HELP: DESCRIPTION:
# HELP:     Disable acceleration.
#
VIEW_SET Main
IF ${!!((int)$argv[1])} RENDERER_FLAGS |0x10
IF ${ !((int)$argv[1])} RENDERER_FLAGS &~0x10
