Table of Contents

Enum CameraMode

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Camera movement modes.

public enum CameraMode
Extension Methods

Fields

FixedPosition = 2

Fixed camera target, change FOV when zooming.

Inspect = 0

Orbits around a point (fixed target position, move closer target when zooming).

WalkAround = 1

Walk around (fixed camera position, move in cameradirection when zooming).