GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
97 stars 22 forks source link

Add fb hand tracking sample project #169

Closed devloglogan closed 3 months ago

devloglogan commented 3 months ago

Adds a sample project showcasing implementations of the OpenXR extensions: XR_FB_hand_tracking_aim, XR_FB_hand_tracking_capsules, and XR_FB_hand_tracking_mesh. Also removes the hand tracking aim demo from the repos general demo project.

This PR depends on https://github.com/GodotVR/godot_openxr_vendors/pull/168 so I'll leave this as a draft until that one is merged.

dsnopek commented 3 months ago

Also removes the hand tracking aim demo from the repos general demo project.

This will probably cause the XR Simulator test to fail, because the screenshots won't match anymore. Let me know if you want me to record a new VRS file for it, or if you'd like me to show you how :-)

devloglogan commented 3 months ago

Updated the VRS file!

devloglogan commented 3 months ago

Rebased and opened this PR!