org.lwjgl.openxr.HTCViveFocus3ControllerInteraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openxr Show documentation
Show all versions of lwjgl-openxr Show documentation
A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices.
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_HTC_vive_focus3_controller_interaction extension.
*
* This extension defines a new interaction profile for the VIVE Focus 3 Controller.
*/
public final class HTCViveFocus3ControllerInteraction {
/** The extension specification version. */
public static final int XR_HTC_vive_focus3_controller_interaction_SPEC_VERSION = 2;
/** The extension name. */
public static final String XR_HTC_VIVE_FOCUS3_CONTROLLER_INTERACTION_EXTENSION_NAME = "XR_HTC_vive_focus3_controller_interaction";
private HTCViveFocus3ControllerInteraction() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy