C# Class VSViewer.Rendering.VSViewerCamera

Inheritance: SharpDX.WPF.Cameras.BaseCamera
Show file Open project: MercurialForge/VSViewer Class Usage Examples

Public Methods

Method Description
SetViewParams ( System.Vector3 eye, System.Vector3 lookAt, System.Vector3 vUp ) : void

Protected Methods

Method Description
MouseRotation ( Quaternion m_mouseQuat ) : void

Private Methods

Method Description
UpdateWorld ( ) : void

Method Details

MouseRotation() protected method

protected MouseRotation ( Quaternion m_mouseQuat ) : void
m_mouseQuat Quaternion
return void

SetViewParams() public method

public SetViewParams ( System.Vector3 eye, System.Vector3 lookAt, System.Vector3 vUp ) : void
eye System.Vector3
lookAt System.Vector3
vUp System.Vector3
return void