Пример #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);