Click or drag to resize
AB4D logo

SphericalCameraBank Property

Gets or sets a Camera Bank angle in degrees (UpDirection is rotated left-right)

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

Property Value

Double
Remarks

Examples:
Bank angle 0 means that the Camera is horizontally aligned.
Bank angle 30 means that the Camera is rotated as a head would be bended to the right.
Bank angle -30 means that the Camera is rotated as a head would be bended to the left.

See Also