SoDepthOffsetComputeNDCadjustment Method |
Compute matrix NDCadjustment by scaling input matrix on z.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void ComputeNDCadjustment(
SoState state,
out SbMatrix matrix
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub ComputeNDCadjustment (
state As SoState,
<OutAttribute> ByRef matrix As SbMatrix
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void ComputeNDCadjustment(
SoState^ state,
[OutAttribute] SbMatrix% matrix
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member ComputeNDCadjustment :
state : SoState *
matrix : SbMatrix byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- matrix
- Type: OIV.InventorSbMatrix
Remarks See Also