Click or drag to resize

CameraPan Method

Move the camera perpendicular to the camera/target vector.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Pan(
	Vector3 trans
)

Parameters

trans  Vector3
Distance to move the camera position and target in world coordinates (meters).
See Also