|
IRotatingCameraStartRotation Method |
StartRotation method starts Heading and Attitude animation for this camera.
Namespace: Ab3d.DirectX.CamerasAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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