Blair MacIntyre
c92b1c66e3
clear out any existing webxr polyfill with the same names
...
The WebXR Viewer is going to preload it's own WebXR polyfill, so if some page loads this, it needs to not use any of the other polyfill's classes.
2018-08-08 19:40:59 -04:00
Roberto Garrido
8a0c832adb
Added ARKit face tracking support and a simple example to demo it.
2018-05-10 17:06:24 +02:00
Blair MacIntyre
a8c735c040
added XRVideoFrame
...
Encapsulated all the functionality of video frames (receiving, managing cached ArrayBuffers, lazilly converting from base60 to binary, etc) in an object.
Included methods to clean up workers (postMessageToWorker and postReplyMessage). updated simplecv
2018-04-03 07:13:47 -04:00
Blair MacIntyre
524a124b01
fix for broken prependElements call
2018-02-16 13:02:55 -05:00
Unboring SL
068d36ffa7
Fix for iOS devices
2018-02-13 09:44:06 +01:00
Unboring SL
67a2c38c04
Bind XRPolyfill to fix #83
2018-02-13 09:33:06 +01:00
Casper Fabricius
6835c12631
Support polyfill being constructed after DOMContentLoaded event happened.
2018-02-12 15:51:51 +01:00
Blair MacIntyre
1577ca1ecd
wait till navigator.getVRDisplays() finishes
...
xr.getDisplays() returns a promise that waits until navigator.getVRDisplays() finishes.
2017-12-08 11:44:27 -05:00
Trevor F. Smith
f552018d63
Polish the coordinate system changes.
2017-11-02 13:21:16 -07:00
Trevor F. Smith
72ce0e7e9a
Try the coordinates without the XRCoordinates.
2017-10-31 09:20:42 -07:00
Trevor F. Smith
9e68315538
Implement enough math utils to remove the THREE.js dependency of the polyfill.
2017-09-06 14:24:44 -07:00
Trevor F. Smith
566901b1c5
Added a HMD display that wraps WebVR 1.1 VRDisplays and an empty VirtualReality
2017-09-06 11:50:13 -07:00
Trevor F. Smith
112905af7a
Pull the example code from the webxr-api repository.
2017-09-04 18:59:34 -07:00