Class PerspectiveCamera
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
Represents a perspective projection camera.
public class PerspectiveCamera : ProjectionCamera, IAnimatable, IProjectionCameraModel, ICameraModel, IPerspectiveCameraModel
- Inheritance
-
PerspectiveCamera
- Implements
- Inherited Members
- Extension Methods
Fields
FieldOfViewProperty
The field of view property
public static readonly DependencyProperty FieldOfViewProperty
Field Value
Properties
FieldOfView
Gets or sets the field of view.
public double FieldOfView { get; set; }
Property Value
- double
The field of view.
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
protected override Freezable CreateInstanceCore()
Returns
- Freezable
The new instance.
CreatePortableCameraCore()
Creates the portable camera core.
protected override CameraCore CreatePortableCameraCore()
Returns
OnCoreCreated(CameraCore)
Called when [core created].
protected override void OnCoreCreated(CameraCore core)
Parameters
coreCameraCore