debug | Capture
GL_DEBUG_OUTPUT errors.
|
stereo | Request a stereoscopic visual.
|
width | Width in pixels, in % of available desktop space, or "auto".
|
height | Height in pixels, in % of available desktop space, or "auto".
|
depth | Depth in bits per pixel, or "auto".
|
fpsMax | Limit GUI refresh rate in frames/second (default = 60fps).
|
out | Dump video frames to JPEG or PNG image files.
The filename path may include a printf-style (with frame number as argument).
For example,
%08d.jpg will output frames to 00000001.jpg, 00000002.jpg, etc.
|
outFirst | Override first frame number (default = 0).
|
outLast | Terminate application after # frames have been rendered.
|
bgColor | Solid background color specified as "R/G/B", from "0/0/0" (black) to
"255/255/255" (white).
|
!bgPopup | Disable the right-click background popup menu
(which includes, notably the list of active windows).
|
jpegQual | If exporting to JPEG, set quality factor (100% = best).
|
jpegDCT | If exporting to JPEG, specify DCT method ("islow" for slow but accurate
integer method, "ifast" for fast but less accurate integer method, or
"float" for floating point method).
|