|  | 
| 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.2.9104.2045
 Syntax
Syntaxpublic void MoveCamera(
	Vector3D moveVector
)
Parameters
- moveVector  Vector3D
- moveVector
 Remarks
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
See Also