Table of Contents

Interface ICameraModel

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll
public interface ICameraModel
Extension Methods

Properties

CameraInternal

CameraCore CameraInternal { get; }

Property Value

CameraCore

CreateLeftHandSystem

bool CreateLeftHandSystem { get; set; }

Property Value

bool

LookDirection

Vector3D LookDirection { get; set; }

Property Value

Vector3D

Position

Point3D Position { get; set; }

Property Value

Point3D

UpDirection

Vector3D UpDirection { get; set; }

Property Value

Vector3D

Methods

AnimateTo(Point3D, Vector3D, Vector3D, double)

void AnimateTo(Point3D newPosition, Vector3D newDirection, Vector3D newUpDirection, double animationTime)

Parameters

newPosition Point3D
newDirection Vector3D
newUpDirection Vector3D
animationTime double

OnTimeStep()

bool OnTimeStep()

Returns

bool

StopAnimation()

void StopAnimation()