Click or drag to resize
SoViewingMatrixElementSet Method (SoState, SoNode, SbMatrix, Boolean)

Sets the view matrix to the given matrix.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Set(
	SoState state,
	SoNode node,
	SbMatrix matrix,
	bool sendToGL
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
matrix
Type: OIV.InventorSbMatrix
sendToGL
Type: SystemBoolean
Remarks

This method will (indirectly) call glLoadMatrix with the new matrix unless the 'sendToGL' parameter is explicitly false.

See Also