Class ReflectCamera
- Namespace
- OmegaEngine.Graphics.Cameras
- Assembly
- OmegaEngine.dll
A camera that reflects the perspective of another camera along a plane.
public class ReflectCamera : CloneCamera, IInputReceiver, IPositionable
- Inheritance
-
objectReflectCamera
- Implements
- Inherited Members
Constructors
ReflectCamera(Camera, DoublePlane)
A camera that reflects the perspective of another camera along a plane.
public ReflectCamera(Camera parentCamera, DoublePlane reflectPlane)
Parameters
parentCameraCameraThe parent camera to track
reflectPlaneDoublePlaneThe plane along which to reflect the world
Properties
ReflectPlane
A plane alongside which to reflect the camera view
public DoublePlane ReflectPlane { get; set; }
Property Value
Methods
GetView()
Gets the current view matrix.
protected override Matrix GetView()
Returns
- Matrix