Package com.jme3.util
Class VRUtil
java.lang.Object
com.jme3.util.VRUtil
Deprecated.
The jme3-vr module is deprecated and will be removed in a future version (as it only supports OpenVR).
For new Virtual Reality projects, use user libraries that provide OpenXR support.
See Virtual Reality JME wiki section
for more information.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertMatrix4toQuat
(Matrix4f in, Quaternion out) Deprecated.static Quaternion
FastFullAngles
(Quaternion use, float yaw, float pitch, float roll) Deprecated.static void
sleepNanos
(long nanoDuration) Deprecated.static Quaternion
Deprecated.
-
Method Details
-
sleepNanos
public static void sleepNanos(long nanoDuration) Deprecated. -
convertMatrix4toQuat
Deprecated. -
FastFullAngles
Deprecated. -
stripToYaw
Deprecated.
-