Click or drag to resize
AB4D logo

IRotatingCameraStartRotation Method

StartRotation method starts Heading and Attitude animation for this camera.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
void StartRotation(
	double headingChangeInSecond,
	double attitudeChangeInSecond
)

Parameters

headingChangeInSecond  Double
How many degrees the heading will be changed in one second
attitudeChangeInSecond  Double
How many degrees the attitude will be changed in one second
See Also