Click or drag to resize
SoCameraInteractorRoll Method

Roll the camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Roll(
	float angle
)

Parameters

angle
Type: SystemSingle

angle in radians

Remarks

Incremental in-place rotation around the view direction vector (camera's local Z axis). Rotations are cumulative. Camera position does not change. Positive values roll the camera counter-clockwise.

See Also