public class SoRemoteParams extends SoNode
SoRemoteParams
class is the abstract base class for remote parameter setup.
File format/default:
RemoteParams {
networkSpeed | FAST |
lossyQuality | 100 |
lossyMode | INTERACTIVE |
hullOptimization | HULL_LOSSY |
Modifier and Type | Class and Description |
---|---|
static class |
SoRemoteParams.HullOptimizations |
static class |
SoRemoteParams.LossyModes |
static class |
SoRemoteParams.NetworkSpeedModes |
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
ALWAYS
Deprecated.
Use
SoRemoteParams.LossyModes.ALWAYS instead. |
static int |
FAST
Deprecated.
Use
SoRemoteParams.NetworkSpeedModes.FAST instead. |
static int |
HULL_ALWAYS
Deprecated.
Use
SoRemoteParams.HullOptimizations.HULL_ALWAYS instead. |
static int |
HULL_LOSSY
Deprecated.
Use
SoRemoteParams.HullOptimizations.HULL_LOSSY instead. |
static int |
HULL_NEVER
Deprecated.
Use
SoRemoteParams.HullOptimizations.HULL_NEVER instead. |
SoSFEnum<SoRemoteParams.HullOptimizations> |
hullOptimization
Specify the when to use hull optimization.
|
static int |
INTERACTIVE
Deprecated.
Use
SoRemoteParams.LossyModes.INTERACTIVE instead. |
static int |
LOCAL
Deprecated.
Use
SoRemoteParams.NetworkSpeedModes.LOCAL instead. |
SoSFEnum<SoRemoteParams.LossyModes> |
lossyMode
Indicates when the lossyQuality parameter is taken into account when doing remote rendering/compositing on a ScaleViz cluster.
|
SoSFShort |
lossyQuality
Indicates the percentage of lossy filtering to use when doing remote rendering/compositing on a ScaleViz cluster.
|
static int |
MEDIUM
Deprecated.
Use
SoRemoteParams.NetworkSpeedModes.MEDIUM instead. |
SoSFEnum<SoRemoteParams.NetworkSpeedModes> |
networkSpeed
Indicates the quality of the network between the application and the cluster when doing remote rendering/compositing on a ScaleViz cluster.
|
static int |
NEVER
Deprecated.
Use
SoRemoteParams.LossyModes.NEVER instead. |
static int |
SLOW
Deprecated.
Use
SoRemoteParams.NetworkSpeedModes.SLOW instead. |
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoRemoteParams()
Constructor.
|
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int HULL_ALWAYS
SoRemoteParams.HullOptimizations.HULL_ALWAYS
instead.@Deprecated public static final int HULL_LOSSY
SoRemoteParams.HullOptimizations.HULL_LOSSY
instead.@Deprecated public static final int HULL_NEVER
SoRemoteParams.HullOptimizations.HULL_NEVER
instead.@Deprecated public static final int ALWAYS
SoRemoteParams.LossyModes.ALWAYS
instead.@Deprecated public static final int INTERACTIVE
SoRemoteParams.LossyModes.INTERACTIVE
instead.@Deprecated public static final int NEVER
SoRemoteParams.LossyModes.NEVER
instead.@Deprecated public static final int SLOW
SoRemoteParams.NetworkSpeedModes.SLOW
instead.@Deprecated public static final int MEDIUM
SoRemoteParams.NetworkSpeedModes.MEDIUM
instead.@Deprecated public static final int FAST
SoRemoteParams.NetworkSpeedModes.FAST
instead.@Deprecated public static final int LOCAL
SoRemoteParams.NetworkSpeedModes.LOCAL
instead.public final SoSFEnum<SoRemoteParams.HullOptimizations> hullOptimization
HullOptimization
. Default is HULL_LOSSY. Hull optimization specifies to send only the portion of the image that really contains graphics entities (non background pixels).public final SoSFEnum<SoRemoteParams.NetworkSpeedModes> networkSpeed
public final SoSFShort lossyQuality
public final SoSFEnum<SoRemoteParams.LossyModes> lossyMode
LossyMode
. Default is INTERACTIVE.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com