You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add support for configuring the xr hand tracking frequency mode
This commit is contained in:
@@ -54,6 +54,10 @@ static const int XR_HAND_TRACKING_NONE = 0;
|
||||
static const int XR_HAND_TRACKING_OPTIONAL = 1;
|
||||
static const int XR_HAND_TRACKING_REQUIRED = 2;
|
||||
|
||||
// Supported XR hand tracking frequencies.
|
||||
static const int XR_HAND_TRACKING_FREQUENCY_LOW = 0;
|
||||
static const int XR_HAND_TRACKING_FREQUENCY_HIGH = 1;
|
||||
|
||||
// Supported XR passthrough modes.
|
||||
static const int XR_PASSTHROUGH_NONE = 0;
|
||||
static const int XR_PASSTHROUGH_OPTIONAL = 1;
|
||||
|
||||
Reference in New Issue
Block a user