Click or drag to resize
SoCameraInteractorTilt Method

Tilt the camera.

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

Parameters

angle
Type: SystemSingle

angle in radians

Remarks

Incremental in-place rotation up/down (around the camera's local X axis). Rotations are cumulative. Camera position does not change. Positive values tilt the camera up.

See Also