예제 #1
0
 protected virtual void Dispose(bool disposing)
 {
     System.Diagnostics.Debug.WriteLine(String.Format("[OSVR] In Interface.Dispose({0})", disposing));
     if (disposing)
     {
         if (mHandle != null && !mHandle.IsInvalid)
         {
             mHandle.Dispose();
             mHandle = null;
         }
     }
 }
예제 #2
0
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionClippingPlanes(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface,
     out double left, out double right, out double bottom, out double top);
예제 #3
0
 public extern static Byte osvrClientGetViewerEyeSurfaceDisplayInputIndex(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, out DisplayInputCount displayInput);
예제 #4
0
 public extern static Byte osvrClientGetNumSurfacesForViewerEye(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, out SurfaceCount surfaces);
예제 #5
0
 public extern static Byte osvrClientGetViewerEyePose(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, out Pose3 pose);
예제 #6
0
 public extern static Byte osvrClientGetNumViewers(SafeDisplayConfigHandle display, out ViewerCount viewers);
예제 #7
0
 public extern static Byte osvrClientGetNumDisplayInputs(SafeDisplayConfigHandle display, out DisplayInputCount numDisplayInputs);
예제 #8
0
 public extern static Byte osvrClientCheckDisplayStartup(SafeDisplayConfigHandle context);
예제 #9
0
 public extern static Byte osvrClientGetNumSurfacesForViewerEye(SafeDisplayConfigHandle display,
                                                                ViewerCount viewer, EyeCount eye, out SurfaceCount surfaces);
예제 #10
0
 public extern static Byte osvrClientGetViewerEyeViewMatrixf(SafeDisplayConfigHandle display,
                                                             ViewerCount viewer, EyeCount eye, MatrixConventionsFlags flags, out Matrix44f mat);
예제 #11
0
 public extern static Byte osvrClientGetViewerEyePose(SafeDisplayConfigHandle display,
                                                      ViewerCount viewer, EyeCount eye, out Pose3 pose);
예제 #12
0
 public extern static Byte osvrClientGetNumEyesForViewer(SafeDisplayConfigHandle display,
                                                         ViewerCount viewer, out EyeCount eyes);
예제 #13
0
 public extern static Byte osvrClientGetNumViewers(SafeDisplayConfigHandle display, out ViewerCount viewers);
예제 #14
0
 public extern static Byte osvrClientGetDisplayDimensions(SafeDisplayConfigHandle display,
                                                          DisplayInputCount displayInputIndex, out DisplayDimension width, out DisplayDimension height);
예제 #15
0
 public extern static Byte osvrClientGetNumDisplayInputs(SafeDisplayConfigHandle display, out DisplayInputCount numDisplayInputs);
예제 #16
0
 public extern static Byte osvrClientGetViewerEyeSurfaceRadialDistortionPriority(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, out DistortionPriority priority);
예제 #17
0
 internal DisplayConfig(SafeDisplayConfigHandle handle)
 {
     mHandle = handle;
 }
예제 #18
0
 public extern static Byte osvrClientGetRelativeViewportForViewerEyeSurface(SafeDisplayConfigHandle display,
                                                                            ViewerCount viewer, EyeCount eye, SurfaceCount surface,
                                                                            out ViewportDimension left, out ViewportDimension bottom, out ViewportDimension width, out ViewportDimension height);
예제 #19
0
 public extern static Byte osvrClientCheckDisplayStartup(SafeDisplayConfigHandle context);
예제 #20
0
 public extern static Byte osvrClientGetViewerEyeSurfaceDisplayInputIndex(SafeDisplayConfigHandle display,
                                                                          ViewerCount viewer, EyeCount eye, SurfaceCount surface, out DisplayInputCount displayInput);
예제 #21
0
 public extern static Byte osvrClientGetDisplayDimensions(SafeDisplayConfigHandle display,
     DisplayInputCount displayInputIndex, out DisplayDimension width, out DisplayDimension height);
예제 #22
0
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionMatrixf(SafeDisplayConfigHandle display,
                                                                          ViewerCount viewer, EyeCount eye, SurfaceCount surface, float near, float far,
                                                                          MatrixConventionsFlags flags, out Matrix44f matrix);
예제 #23
0
 public extern static Byte osvrClientGetNumEyesForViewer(SafeDisplayConfigHandle display,
     ViewerCount viewer, out EyeCount eyes);
예제 #24
0
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionClippingPlanes(SafeDisplayConfigHandle display,
                                                                                 ViewerCount viewer, EyeCount eye, SurfaceCount surface,
                                                                                 out double left, out double right, out double bottom, out double top);
예제 #25
0
 public extern static Byte osvrClientGetViewerEyeViewMatrixf(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, MatrixConventionsFlags flags, out Matrix44f mat);
예제 #26
0
 public extern static Byte osvrClientDoesViewerEyeSurfaceWantDistortion(SafeDisplayConfigHandle display,
                                                                        ViewerCount viewer, EyeCount eye, SurfaceCount surface, [MarshalAs(UnmanagedType.I1)] out bool distortionRequested);
예제 #27
0
 public extern static Byte osvrClientGetRelativeViewportForViewerEyeSurface(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface,
     out ViewportDimension left, out ViewportDimension bottom, out ViewportDimension width, out ViewportDimension height);
예제 #28
0
 public extern static Byte osvrClientGetViewerEyeSurfaceRadialDistortionPriority(SafeDisplayConfigHandle display,
                                                                                 ViewerCount viewer, EyeCount eye, SurfaceCount surface, out DistortionPriority priority);
예제 #29
0
 public extern static Byte osvrClientGetViewerEyeSurfaceProjectionMatrixf(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, float near, float far,
     MatrixConventionsFlags flags, out Matrix44f matrix);
예제 #30
0
 public extern static Byte osvrClientGetViewerEyeSurfaceRadialDistortion(SafeDisplayConfigHandle display,
                                                                         ViewerCount viewer, EyeCount eye, SurfaceCount surface, out RadialDistortionParameters distortionParams);
예제 #31
0
 public extern static Byte osvrClientDoesViewerEyeSurfaceWantDistortion(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, [MarshalAs(UnmanagedType.I1)]out bool distortionRequested);
예제 #32
0
 internal DisplayConfig(SafeDisplayConfigHandle handle)
 {
     mHandle = handle;
 }
예제 #33
0
 public extern static Byte osvrClientGetViewerEyeSurfaceRadialDistortion(SafeDisplayConfigHandle display,
     ViewerCount viewer, EyeCount eye, SurfaceCount surface, out RadialDistortionParameters distortionParams);
예제 #34
0
 public extern static Byte osvrClientGetDisplay(SafeClientContextHandle context, out SafeDisplayConfigHandle display);
예제 #35
0
 protected virtual void Dispose(bool disposing)
 {
     System.Diagnostics.Debug.WriteLine(String.Format("[OSVR] In Interface.Dispose({0})", disposing));
     if (disposing)
     {
         if (mHandle != null && !mHandle.IsInvalid)
         {
             mHandle.Dispose();
             mHandle = null;
         }
     }
 }
예제 #36
0
 public extern static Byte osvrClientGetDisplay(SafeClientContextHandle context, out SafeDisplayConfigHandle display);