Click or drag to resize

CameraWalk Method

Move camera and target/focus around in the X/Z plane as if walking.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Walk(
	double x,
	double z,
	bool maintainY
)

Parameters

x  Double
Distance to move left/right.
z  Double
Distance to move forward/backward.
maintainY  Boolean
Maintain direction of Y-Axis
See Also