Click or drag to resize
SoFlatScreentileOrigin Property

This field specifies lower left corner of the rectangular part of the view volume to be rendered on this screen.

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

Property Value

Type: SoSFVec2f
Remarks

The origin can be any point between (0,0) and (1,1). Here (0,0) denotes the lower left corner of the view volume.

Cluster mode only, not used in MultiPipe mode. For MultiPipe mode, use the view or viewport field.

See Also