Click or drag to resize
AB4D logo

SphericalCameraAttitude Property

Gets or sets a Camera Attitude (up-down) angle in degrees.

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

Property Value

Double
Remarks

Examples:
Attitude angle 0 means that the Camera is horizontal.
Attitude angle 30 means that the Camera is looking 30 degrees down.
Attitude angle -30 means that the Camera is looking 30 degrees up.

See Also