Blender Git Loki
Git Commits -> Revision 36c0649
July 23, 2021, 05:54 (GMT) |
XR: Reference Space Improvements Improves control over the XR reference space by using the stage ref space (user-defined tracking bounds) instead of local ref space (position at application launch), if available. Also adds an "absolute tracking" session option to skip applying eye offsets that are normally added for placing users exactly at landmarks. By enabling absolute tracking, users can define the tracking origin in a way that is not linked to the headset position. Instead, the tracking values given by the XR runtime are left unadjusted and a user can manually calibrate an "origin" landmark object to adjust to their real world space. Can be useful for applications that use external tracking systems and those that primarily only need to use controllers and not the headset (e.g. motion capture). The absolute tracking option requires an update to the VR Scene Inspection addon to be accessible by regular users. Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D10946 |
Commit Details:
Full Hash: 36c0649d32aa458061df45bf280f989e1f8527db
Parent Commit: 6654800
Lines Changed: +129, -27
5 Modified Paths:
/intern/ghost/intern/GHOST_XRSession.cpp (+42, -3) (Diff)
/source/blender/makesdna/DNA_xr_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+70, -18) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+3, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+13, -5) (Diff)
/source/blender/makesdna/DNA_xr_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+70, -18) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+3, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+13, -5) (Diff)