Table of Contents

Interface ICameraModel

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

Properties

CameraInternal

CameraCore CameraInternal { get; }

Property Value

CameraCore

CreateLeftHandSystem

bool CreateLeftHandSystem { get; set; }

Property Value

bool

LookDirection

Vector3 LookDirection { get; set; }

Property Value

Vector3

Position

Vector3 Position { get; set; }

Property Value

Vector3

UpDirection

Vector3 UpDirection { get; set; }

Property Value

Vector3

Methods

AnimateTo(Vector3, Vector3, Vector3, double)

void AnimateTo(Vector3 newPosition, Vector3 newDirection, Vector3 newUpDirection, double animationTime)

Parameters

newPosition Vector3
newDirection Vector3
newUpDirection Vector3
animationTime double

OnTimeStep()

bool OnTimeStep()

Returns

bool

StopAnimation()

void StopAnimation()