C# 클래스 VSViewer.Rendering.VSViewerCamera

상속: SharpDX.WPF.Cameras.BaseCamera
파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

공개 메소드들

메소드 설명
SetViewParams ( System.Vector3 eye, System.Vector3 lookAt, System.Vector3 vUp ) : void

보호된 메소드들

메소드 설명
MouseRotation ( Quaternion m_mouseQuat ) : void

비공개 메소드들

메소드 설명
UpdateWorld ( ) : void

메소드 상세

MouseRotation() 보호된 메소드

protected MouseRotation ( Quaternion m_mouseQuat ) : void
m_mouseQuat Quaternion
리턴 void

SetViewParams() 공개 메소드

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