Rotate the camera position keeping the target at the center.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void Rotate(
double yaw,
double pitch
)
Parameters
- yaw
- Type: SystemDouble
Yaw around the y-axis, in radians. - pitch
- Type: SystemDouble
Pitch around the x-axis, in radians.
See Also