Click or drag to resize
AB4D logo

SphericalCameraHeading Property

Gets or sets a Camera Heading (left-right) angle in degrees.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double Heading { get; set; }

Property Value

Double
Remarks

Examples:
Heading angle 0 means that the Camera is looking straight forward.
Heading angle 30 means that the Camera is looking 30 degrees to the right.
Heading angle -30 means that the Camera is looking 30 degrees to the left.

See Also