|
FirstPersonCameraMoveCamera Method |
Moves the camera for the moveVector (regardless of the current camera's LookDirection and UpDirection)
Namespace: Ab3d.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void MoveCamera(
Vector3D moveVector
)
Parameters
- moveVector Vector3D
- moveVector
Remarks
MoveCamera method just changed the camera position regardless of the LookDirectio.
To move the camera based on the current LookDirection (strafe) use StrafeCamera(Double, Double, Double) method.
See Also