C# 클래스 OVRTracker, KerbTrack

An infrared camera that tracks the position of a head-mounted display.
파일 보기 프로젝트 열기: pizzaoverhead/KerbTrack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
wrapper IntPtr

공개 메소드들

메소드 설명
GetData ( Vector3 &rot, Vector3 &pos ) : void
GetQuatData ( Quaternion &res ) : void
OVRTracker ( ) : System
ResetOrientation ( ) : void

비공개 메소드들

메소드 설명
wrapper_destroy ( IntPtr ptr ) : void
wrapper_get_position ( IntPtr ptr ) : Vector3f,
wrapper_get_quat_rotation ( IntPtr ptr ) : Quat,
wrapper_get_rotation ( IntPtr ptr ) : Vector3f,
wrapper_init ( ) : IntPtr
wrapper_reset_orientation ( IntPtr ptr ) : void
wrapper_start_sensor ( IntPtr ptr ) : void

메소드 상세

GetData() 공개 메소드

public GetData ( Vector3 &rot, Vector3 &pos ) : void
rot Vector3
pos Vector3
리턴 void

GetQuatData() 공개 메소드

public GetQuatData ( Quaternion &res ) : void
res Quaternion
리턴 void

OVRTracker() 공개 메소드

public OVRTracker ( ) : System
리턴 System

ResetOrientation() 공개 메소드

public ResetOrientation ( ) : void
리턴 void

프로퍼티 상세

wrapper 공개적으로 프로퍼티

public IntPtr wrapper
리턴 IntPtr