summaryrefslogtreecommitdiffstats
path: root/servers/xr/xr_hand_tracker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Hand enum from XRHandTracker to fix name-collision with the hand ↵Malcolm Nixon2024-04-251-49/+3
| | | | | | property of the base class. Co-Authored-By: David Snopek <191561+dsnopek@users.noreply.github.com>
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-2/+48
| | | | drive node positions and visibility.
* Provide generic interface for XR hand trackingDavid Snopek2024-02-231-0/+179