You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
OpenXR: Implement spatial entities extension
This commit is contained in:
@@ -430,6 +430,7 @@ public:
|
||||
|
||||
// helper method to convert an XrPosef to a Transform3D
|
||||
Transform3D transform_from_pose(const XrPosef &p_pose);
|
||||
XrPosef pose_from_transform(const Transform3D &p_transform);
|
||||
|
||||
// helper method to get a valid Transform3D from an openxr space location
|
||||
XRPose::TrackingConfidence transform_from_location(const XrSpaceLocation &p_location, Transform3D &r_transform);
|
||||
|
||||
Reference in New Issue
Block a user