| Name | Description |
---|
| RotateCamera(Double, Double) |
Rotates the free camera for the specified heading and attitude.
When RotationCenterPosition is set, the camera rotates around RotationCenterPosition which changes the TargetPosition and CameraPosition.
|
| RotateCamera(Double, Double, Double) |
Rotates the free camera for the specified heading, attitude and bank.
When RotationCenterPosition is set, the camera rotates around RotationCenterPosition which changes the TargetPosition and CameraPosition.
|
| RotateCamera(Double, Double, Double, Int32, FuncDouble, Double, FreeCameraAnimationNodeFreeCameraAnimationTypes) |
Rotates the free camera for the specified heading, attitude and bank.
When RotationCenterPosition is set, the camera rotates around RotationCenterPosition which changes the TargetPosition and CameraPosition.
When animationDurationInMilliseconds parameter is bigger then 0, then rotation is animated.
|