Click or drag to resize
AB4D logo

ISphericalCamera Interface

ISphericalCamera interface defines a camera where the look direction is defined by Heading, Attitude and Bank angles.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface ISphericalCamera : ICamera

The ISphericalCamera type exposes the following members.

Properties
 NameDescription
Public propertyAttitude Attitude angle (rotation around horizontal axis) in degrees.
Public propertyBank Bank angle (rotation around look direction vector) in degrees.
Public propertyHeading Heading angle (rotation around up axis) in degrees.
Top
See Also