mozilla / webxr-polyfill

A polyfill and example code for building augmented reality (AR) and virtual reality (VR) applications using WebXR.
Mozilla Public License 2.0
259 stars 67 forks source link

The RequestFrame function doesn't pass the delta time information #76

Open tbalouet opened 6 years ago

tbalouet commented 6 years ago

It could be interesting to pass the delta information when requestanimationframe is called: https://github.com/mozilla/webxr-polyfill/blob/a7abb65f88347355010821b5096f305272b99619/polyfill/XRSession.js#L51

blairmacintyre commented 6 years ago

@arturitu can you look at this?