SoRemoteParamslossyMode Property |
Indicates when the lossyQuality parameter is taken into account when doing remote rendering/compositing on a ScaleViz cluster.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoRemoteParamsLossyModes> lossyMode { get; }
Public ReadOnly Property lossyMode As SoSFEnum(Of SoRemoteParamsLossyModes)
Get
public:
property SoSFEnum<SoRemoteParamsLossyModes>^ lossyMode {
SoSFEnum<SoRemoteParamsLossyModes>^ get ();
}
member lossyMode : SoSFEnum<SoRemoteParamsLossyModes> with get
Property Value
Type:
SoSFEnumSoRemoteParamsLossyModes
RemarksPossible values are: ALWAYS, INTERACTIVE, and NEVER. Use enum LossyMode. Default is INTERACTIVE.
See Also