SoStereoElementSetBalanceAdjustment Method (SoState, Single, Boolean) |
Sets the stereo balance adjustment.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetBalanceAdjustment(
SoState state,
float stbalance,
bool stNearFrac
)
Public Shared Sub SetBalanceAdjustment (
state As SoState,
stbalance As Single,
stNearFrac As Boolean
)
public:
static void SetBalanceAdjustment(
SoState^ state,
float stbalance,
bool stNearFrac
)
static member SetBalanceAdjustment :
state : SoState *
stbalance : float32 *
stNearFrac : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- stbalance
- Type: SystemSingle
- stNearFrac
- Type: SystemBoolean
Remarks When stNearFrac is set to true, stbalance value is considered to be a fraction of the camera near distance.
See Also