Blender Git Commit Log
Git Commits -> Revision ab3a651
Revision ab3a651 by Julian Eisel (master) August 14, 2020, 11:27 (GMT) |
Fix offset applied on top of VR landmark with no positional tracking On VR session start with positional tracking disabled, the pose would have an offset applied but it was supposed to start exactly at the landmark position. Issue is that we applied the offset to cancel out the position offset reported by the OpenXR runtime incorrectly. We only want to do that if positional tracking is enabled, because if not we don't even apply the runtime's position offset. So we'd cancel something out that wasn't there. |
Commit Details:
Full Hash: ab3a65151568d4f0cb0ac5747dd074cd8697c1d8
Parent Commit: 4c625df
Lines Changed: +8, -3
1 Modified Path:
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+8, -3) (Diff)