Properties  Methods  Events

ICameraController Interface Members

The following tables list the members exposed by ICameraController.

Public Properties
 NameDescription
 Property Gets or sets the Aspect Ratio of the viewport, e.g. 1.333f suggests width is 1.333 * height  
 Property Gets or sets the Name or ID of the camera. Does not need to be unique, but can be used by the user to identify a camera  
 Property Specifies the timeout duration in milliseconds required to wait for the CameraUpdate event silence before emitting final CameraUpdate event indicating that the Camera stopped updating  
 Property Gets or sets the Far Clipping distance of the camera. Objects farther than this distance will be invisible to the camera  
 Property Gets or sets the Field of View Angle of the Camera in Degrees  
 Property Calculated Property: Gets the Normalized Forward (direction) Vector of the Camera as an XYZ Vector3 in World Coordinates  
 Property Gets whether this Camera instance has changes  
 Property INTERNAL USE ONLY: Gets or sets whether this camera is attached to the viewport  
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 Property Gets or sets the Near Clipping distance of the camera. Objects closer than this distance will be invisible to the camera  
 Property Gets or sets the Pitch angle of the camera position relative to the target in DEGREES. This property may be manipulated to change the camera position  
 Property Gets or sets the Yaw angle of the camera position relative to the target in DEGREES. This property may be manipulated to change the camera position  
 Property Gets or sets the Camera Orthogonal Viewport height, used when ProjectionMode is Orthogonal  
 Property Gets or sets the Camera Orthogonal Viewport width, used when ProjectionMode is Orthogonal  
 Property Gets or sets the Position of the Camera as an XYZ Vector3 in World Coordinates  
 Property Gets or sets the Camera projection mode, e.g. perspective or orthogonal  
 Property Calculated Property: Gets or sets the Radius distance of the camera to target in World Units. This property may be manipulated to change the camera position  
 Property Calculated Property: Gets the Normalized Side Vector of the Camera as an XYZ Vector3 in World Coordinates  
 Property Gets or sets the Target of the Camera as an XYZ Vector3 in World Coordinates  
 Property Calculated Property: Gets the Normalized Up Vector of the Camera as an XYZ Vector3 in World Coordinates  
 Property Calculated Property: Gets the Normalized Global Up Vector equal to Vector3(0,1,0) in LH Coordinate system  
 PropertyWhen true, the Camera is zoomed to fit the parent SciChart3DSurface scene bounds on attached  
Top
Public Methods
 NameDescription
 Method INTERNAL USE: Attaches the camera to the viewport  
 Method Calculates a Camera target and radius that will fit the bounding box completely inside the viewport. Uses a simple bounding-sphere algorithm  
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodINTERNAL USE: Detaches the camera from the Viewport3D  
 Method Converts the Vector3 in world space to a 2D screen coordinate, using the current View and Projection matrices  
 Method Resets the camera to default position, target and orientation  
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Switches the camera to Orthogonal mode  
 Method Switches the camera to Perspective mode  
 Method Converts the Vector3 in world space to a 2D screen coordinate, using the current View and Projection matrices  
Top
Public Events
 NameDescription
 Event Event raised whenever the Camera properties are updated and the parent requires a redraw  
Top
See Also