|
TargetPositionCameraRotateCamera Method |
Rotates this camera for the specified heading and attitude.
When RotationCenterPosition is set, the camera rotates around RotationCenterPosition which can change Heading, Attitude, TargetPosition and Distance.
Namespace: Ab3d.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public override void RotateCamera(
double headingChange,
double attitudeChange
)
Parameters
- headingChange Double
- heading change in degrees
- attitudeChange Double
- attitude change in degrees
See Also