Click or drag to resize
SoRemoteParamslossyMode Property

Indicates when the lossyQuality parameter is taken into account when doing remote rendering/compositing on a ScaleViz cluster.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoRemoteParamsLossyModes> lossyMode { get; }

Property Value

Type: SoSFEnumSoRemoteParamsLossyModes
Remarks

Possible values are: ALWAYS, INTERACTIVE, and NEVER. Use enum LossyMode. Default is INTERACTIVE.

See Also