In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
activeMultisampleType(mst)
|
string
|
|
|
Query the current active multisample type.
|
|
activeRenderOverride(cro)
|
string
|
|
|
Set or query the current active render override.
|
|
activeRenderTargetFormat(fpt)
|
string
|
|
|
Query the current active floating point target format.
|
|
availableFloatingPointTargetFormat(afp)
|
boolean
|
|
|
Returns the names of available floating point render target format.
|
|
availableMultisampleType(amt)
|
boolean
|
|
|
Returns the names of available multisample type.
|
|
availableRenderOverrides(aro)
|
boolean
|
|
|
Returns the names of available render overrides.
|
|
camera(cam)
|
string
|
|
|
Specify the camera to use. Use the first available camera if the camera
given is not found.
|
|
currentFrame(cf)
|
boolean
|
|
|
Render the current frame.
|
|
currentView(cv)
|
boolean
|
|
|
When turned on, only the current view will be rendered.
|
|
enableFloatingPointRenderTarget(efp)
|
boolean
|
|
|
Enable/disable floating point render target.
|
|
enableMultisample(ems)
|
boolean
|
|
|
Enable/disable multisample.
|
|
frame(f)
|
float
|
|
|
Specify the frame to render.
|
|
height(h)
|
uint
|
|
|
The height flag pass the height to the ogsRender command. If not used,
the height is taken from the render globals settings.
|
|
layer(l)
|
name
|
|
|
Render the specified render layer.
Only this render layer will be rendered,
regardless of the renderable attribute value of the render layer.
The layer name will be appended to the output image file name.
The specified render layer becomes the current render layer before rendering,
and remains as current render layer after the rendering.
|
|
noRenderView(nrv)
|
boolean
|
|
|
When turned on, the render view is not updated after image computation
|
|
width(w)
|
uint
|
|
|
The width flag pass the width to the ogsRender command. If not used,
the width is taken from the render globals settings.
|
|