[Webkit-unassigned] [Bug 145814] [Mobile Safari, WKWebView] increase DeviceOrientationEvent events emission frequency.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 16:49:03 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145814

Boris Smus <boris at smus.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris at smus.com

--- Comment #5 from Boris Smus <boris at smus.com> ---
Ok, totally agree that 1/60 is much clearer (updated the patch). The reason for getting a faster-than-render update loop is that in practice we'll need to do prediction of the position for better head tracking.

In VR, by the time we render using the last known head position, the head may have moved already. There may be N frames of delay between the input thread and the render thread. To address this, we can do better by predicting where the head will be N frames in the future based on historical movement. To do this, the more faster the data update rate, the better.

This paper describes some of the techniques in more detail: http://msl.cs.uiuc.edu/~lavalle/papers/LavYerKatAnt14.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150610/005f41d9/attachment.html>


More information about the webkit-unassigned mailing list