All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.openxr.EXTHandInteraction Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.3.6
Show 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_EXT_hand_interaction extension.
 * 
 * 

This extension defines four commonly used action poses for all user hand interaction profiles including both hand tracking devices and motion controller devices.

* *

This extension also introduces a new interaction profile specifically designed for hand tracking devices to input through the OpenXR action system. Though, for runtimes with controller inputs, the runtime should also provide this interaction profile through action mappings from the controller inputs, so that an application whose suggested action bindings solely depending on this hand interaction profile is usable on such runtimes as well.

*/ public final class EXTHandInteraction { /** The extension specification version. */ public static final int XR_EXT_hand_interaction_SPEC_VERSION = 1; /** The extension name. */ public static final String XR_EXT_HAND_INTERACTION_EXTENSION_NAME = "XR_EXT_hand_interaction"; private EXTHandInteraction() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy