immersive-home/addons/godotopenxrvendors/globals.gd
2023-11-30 23:32:01 +01:00

20 lines
425 B
GDScript

@tool
# Set of supported vendors
const META_VENDOR_NAME = "meta"
const PICO_VENDOR_NAME = "pico"
const LYNX_VENDOR_NAME = "lynx"
const KHRONOS_VENDOR_NAME = "khronos"
const VENDORS_LIST = [
META_VENDOR_NAME,
PICO_VENDOR_NAME,
LYNX_VENDOR_NAME,
KHRONOS_VENDOR_NAME,
]
# Set of custom feature tags supported by the plugin
const EYE_GAZE_INTERACTION_FEATURE = "XR_EXT_eye_gaze_interaction"
const OPENXR_MODE_VALUE = 1