Click or drag to resize
SoFlatScreenviewport Property

Viewport values used to specify the portion of the scene to render within the MultiPipe window.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec4f viewport { get; }

Property Value

Type: SoSFVec4f
Remarks

(0,0) is the lower-left corner of the virtual viewport. The values are minX, minY, maxX, maxY. The viewport values range from 0.0 to 1.0. If view and viewport are both specified (not recommended), viewport takes precedence.

MultiPipe mode only, not used in Cluster mode. For Cluster mode, use the tileOrigin and tileSize fields.

See Also