mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Get WebXR minimally working again in Godot 4
This commit is contained in:
@@ -45,6 +45,7 @@ class WebXRInterfaceJS : public WebXRInterface {
|
||||
private:
|
||||
bool initialized;
|
||||
Ref<XRPositionalTracker> head_tracker;
|
||||
Transform3D head_transform;
|
||||
|
||||
String session_mode;
|
||||
String required_features;
|
||||
|
||||
Reference in New Issue
Block a user