Click or drag to resize
SoStereoElement Methods

The SoStereoElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetBalanceAdjustment

Returns the stereo balance adjustment.

Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInstance

Return the top (current) instance of the element in the state.

Public methodStatic memberGetInterEyeDistance

Returns the inter-eye distance (immersive MP only).

Public methodStatic memberGetReversedView

Returns the inverted view flag.

Public methodStatic memberGetStereoAdjustment

Returns the stereo offset adjustment.

Public methodStatic memberGetStereoMode

Returns the stereoMode.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsBalanceAdjustmentNearFrac

Returns true when the stereo balance adjustement is defined as a fraction of the camera near distance.

Public methodStatic memberIsStereoAbsoluteAdjustments

Returns true if stereo adjustments are absolute.

Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodStatic memberSet

Sets the stereo mode, LEFT_VIEW, RIGHT_VIEW, or MONOSCOPIC.

Public methodStatic memberSetBalanceAdjustment(SoState, Single)
Calls SetBalanceAdjustment(state, stbalance, false).
Public methodStatic memberSetBalanceAdjustment(SoState, Single, Boolean)

Sets the stereo balance adjustment.

Public methodStatic memberSetInterEyeDistance

Sets the inter-eye distance (immersive MP only).

Public methodStatic memberSetReversedView

Sets the stereo inverted view flag.

Public methodStatic memberSetStereoAbsoluteAdjustments

Indicates if the stereo offset and and balance setting should be interpreted as factors or as absolute parameters.

Public methodStatic memberSetStereoAdjustment

Sets the stereo offset adjustment.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also