Blender Git Loki
Git Commits -> Revision e687676
Revision e687676 by Peter Kim (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: e68767640e065f07799b7eb49fcec6271144c65b
Parent Commit: c19eea1
Committed By: Fabian Schempp
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)