public class HzdVRSystem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HzdVRSystem.VR_RenderTargetSize |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ivrSystemStr |
Modifier and Type | Method and Description |
---|---|
VRControllerState |
GetControllerState(int deviceId) |
org.processmining.visualisation3d.maths.JoglMatrixd4x4 |
getEyeToHeadTransformLeft() |
org.processmining.visualisation3d.maths.JoglMatrixd4x4 |
getEyeToHeadTransformRight() |
VR_TrackedDevice |
GetHeadMountedDisplay() |
static HzdVRSystem |
getInstance(OpenVRInterop vrio) |
void |
GetProjectionRaw(int eye,
com.sun.jna.ptr.FloatByReference pfLeft,
com.sun.jna.ptr.FloatByReference pfRight,
com.sun.jna.ptr.FloatByReference pfTop,
com.sun.jna.ptr.FloatByReference pfBottom) |
org.processmining.visualisation3d.maths.JoglMatrixd4x4 |
GetProjL(double fNear,
double fFar) |
org.processmining.visualisation3d.maths.JoglMatrixd4x4 |
GetProjR(double fNear,
double fFar) |
HzdVRSystem.VR_RenderTargetSize |
GetRecommendedRenderTargetSize() |
VR_TrackedDevice |
GetTrackedDevice(int deviceId) |
int |
GetTrackedDeviceClass(int deviceId) |
public org.processmining.visualisation3d.maths.JoglMatrixd4x4 getEyeToHeadTransformLeft()
public org.processmining.visualisation3d.maths.JoglMatrixd4x4 getEyeToHeadTransformRight()
public org.processmining.visualisation3d.maths.JoglMatrixd4x4 GetProjL(double fNear, double fFar)
public org.processmining.visualisation3d.maths.JoglMatrixd4x4 GetProjR(double fNear, double fFar)
public HzdVRSystem.VR_RenderTargetSize GetRecommendedRenderTargetSize()
public VR_TrackedDevice GetHeadMountedDisplay()
public VR_TrackedDevice GetTrackedDevice(int deviceId)
public int GetTrackedDeviceClass(int deviceId)
public VRControllerState GetControllerState(int deviceId)
public void GetProjectionRaw(int eye, com.sun.jna.ptr.FloatByReference pfLeft, com.sun.jna.ptr.FloatByReference pfRight, com.sun.jna.ptr.FloatByReference pfTop, com.sun.jna.ptr.FloatByReference pfBottom)
public static HzdVRSystem getInstance(OpenVRInterop vrio)