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: 15.0.2.11458
Syntax
C#
public void Pan(
	Vector3 trans
)

Parameters

trans
Type: Microsoft.DirectXVector3
Distance to move the camera position and target in world coordinates (meters).
See Also