Click or drag to resize

CameraRotate Method

Rotate the camera position keeping the target at the center.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Rotate(
	double yaw,
	double pitch
)

Parameters

yaw  Double
Yaw around the y-axis, in radians.
pitch  Double
Pitch around the x-axis, in radians.
See Also