Interface ICameraModel
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public interface ICameraModel
- Extension Methods
Properties
CameraInternal
CameraCore CameraInternal { get; }
Property Value
CreateLeftHandSystem
bool CreateLeftHandSystem { get; set; }
Property Value
LookDirection
Vector3D LookDirection { get; set; }
Property Value
Position
Point3D Position { get; set; }
Property Value
UpDirection
Vector3D UpDirection { get; set; }
Property Value
Methods
AnimateTo(Point3D, Vector3D, Vector3D, double)
void AnimateTo(Point3D newPosition, Vector3D newDirection, Vector3D newUpDirection, double animationTime)
Parameters
OnTimeStep()
bool OnTimeStep()
Returns
StopAnimation()
void StopAnimation()