Click or drag to resize
AB4D logo

TargetPositionCameraMoveCamera Method

Moves the camera for the moveVector (regardless of the current camera's LookDirection and UpDirection)

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public void MoveCamera(
	Vector3D moveVector
)

Parameters

moveVector  Vector3D
moveVector
Remarks

MoveCamera method just changed the camera position regardless of the LookDirection.

To move the camera based on the current LookDirection (strafe) use StrafeCamera(Double, Double, Double) method.

See Also