Click or drag to resize

CameraZoomAlong Method

Get closer along an axis towards a world location.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void ZoomAlong(
	Vector3 dir,
	Vector3 worldLoc,
	double z
)

Parameters

dir  Vector3
Direction vector for camera.
worldLoc  Vector3
World location to look at.
z  Double
Distance from world location along dir vector.
See Also